2024-02-18T02:10:57.727 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-18T02:10:57.728 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} --name yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167 --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/orig.config.yaml 2024-02-18T02:10:57.761 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T02:10:57.835 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167 branch: pacific-release 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: '7565167' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-17_15:55:51-rados-pacific-release-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: pacific-release 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: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 owner: scheduled_yuriw@teuthology priority: 51 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVybz6fzKGClR+aKJgFj+6JJ6D0Ocu7zu8qCDl4Bd1OmwnqZ36KT9li0GdV27XyvYhUQcgYazFPCHM4GWIaNZQ= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPg8tIlMs1tB58uYYX9mcrmvgcweVSnfv02u6A6tgTMYKtWa1uzMcXPvObmnZVPITvl4TQUkemXWY+m0Dilb7/Y= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-17_15:55:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-18T02:10:57.836 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa; will attempt to use it 2024-02-18T02:10:57.837 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks 2024-02-18T02:10:57.837 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-18T02:10:57.839 INFO:teuthology.task.internal:Checking packages... 2024-02-18T02:10:57.862 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '81bd20d634209c7cb82c18be12b4b5a05643ebf1' 2024-02-18T02:10:57.863 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-18T02:10:57.863 INFO:teuthology.packaging:ref: None 2024-02-18T02:10:57.863 INFO:teuthology.packaging:tag: None 2024-02-18T02:10:57.863 INFO:teuthology.packaging:branch: pacific-release 2024-02-18T02:10:57.863 INFO:teuthology.packaging:sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T02:10:57.863 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-18T02:10:58.011 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-548.g81bd20d6 2024-02-18T02:10:58.013 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-18T02:10:58.020 INFO:teuthology.task.internal:no buildpackages task found 2024-02-18T02:10:58.020 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-18T02:10:58.041 INFO:teuthology.task.internal:Saving configuration 2024-02-18T02:10:58.055 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-18T02:10:58.062 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T02:10:58.088 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167', '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-02-18 02:05:44.043907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVybz6fzKGClR+aKJgFj+6JJ6D0Ocu7zu8qCDl4Bd1OmwnqZ36KT9li0GdV27XyvYhUQcgYazFPCHM4GWIaNZQ='} 2024-02-18T02:10:58.114 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167', '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-02-18 02:05:44.041958', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPg8tIlMs1tB58uYYX9mcrmvgcweVSnfv02u6A6tgTMYKtWa1uzMcXPvObmnZVPITvl4TQUkemXWY+m0Dilb7/Y='} 2024-02-18T02:10:58.114 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-18T02:10:58.120 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-18T02:10:58.121 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-18T02:10:58.121 INFO:teuthology.run_tasks:Running task console_log... 2024-02-18T02:10:58.204 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f74b4d190d0>, signals=[15]) 2024-02-18T02:10:58.204 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-18T02:10:58.210 INFO:teuthology.task.internal:Opening connections... 2024-02-18T02:10:58.211 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:10:58.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:10:58.290 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-02-18T02:10:58.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:10:58.372 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-18T02:10:58.385 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-02-18T02:10:58.411 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-02-18T02:10:58.412 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="CentOS Stream" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="8" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:ID="centos" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE="rhel fedora" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="8" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:PLATFORM_ID="platform:el8" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:ANSI_COLOR="0;31" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://centos.org/" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T02:10:58.474 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T02:10:58.475 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-18T02:10:58.475 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-02-18T02:10:58.496 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-02-18T02:10:58.520 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-02-18T02:10:58.520 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-02-18T02:10:58.580 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2024-02-18T02:10:58.580 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="8" 2024-02-18T02:10:58.580 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="8" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el8" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T02:10:58.581 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-18T02:10:58.582 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-02-18T02:10:58.605 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-18T02:10:58.614 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-18T02:10:58.630 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-18T02:10:58.630 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-02-18T02:10:58.633 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-02-18T02:10:58.653 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-18T02:10:58.659 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-18T02:10:58.659 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-02-18T02:10:58.696 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-02-18T02:10:58.730 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-18T02:10:58.782 INFO:teuthology.run_tasks:Running task kernel... 2024-02-18T02:10:58.800 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-18T02:10:58.800 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-18T02:10:58.801 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T02:10:58.801 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T02:10:58.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:10:58.821 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-02-18T02:10:58.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:10:58.823 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-02-18T02:10:58.881 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-489.el8.x86_64 2024-02-18T02:10:58.882 INFO:teuthology.task.kernel:Running kernel on smithi153: 4.18.0-489.el8.x86_64 2024-02-18T02:10:58.882 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2024-02-18T02:10:58.886 INFO:teuthology.orchestra.run.smithi016.stdout:4.18.0-489.el8.x86_64 2024-02-18T02:10:58.887 INFO:teuthology.task.kernel:Running kernel on smithi016: 4.18.0-489.el8.x86_64 2024-02-18T02:10:58.887 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum install -y kernel 2024-02-18T02:11:03.655 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 8 - AppStream 12 MB/s | 27 MB 00:02 2024-02-18T02:11:03.696 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - AppStream 12 MB/s | 27 MB 00:02 2024-02-18T02:11:09.539 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-02-18T02:11:09.813 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - BaseOS 8.0 MB/s | 10 MB 00:01 2024-02-18T02:11:11.581 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 8 - Extras 51 kB/s | 18 kB 00:00 2024-02-18T02:11:11.813 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2024-02-18T02:11:12.048 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-02-18T02:11:12.280 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-02-18T02:11:12.292 INFO:teuthology.orchestra.run.smithi016.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-18T02:11:12.557 INFO:teuthology.orchestra.run.smithi153.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-02-18T02:11:13.549 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-02-18T02:11:14.234 INFO:teuthology.orchestra.run.smithi016.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 16 MB 00:01 2024-02-18T02:11:17.316 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 431 kB/s | 24 kB 00:00 2024-02-18T02:11:18.176 INFO:teuthology.orchestra.run.smithi016.stdout:lab-extras 575 kB/s | 24 kB 00:00 2024-02-18T02:11:20.279 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-18T02:11:20.280 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-18T02:11:20.405 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-18T02:11:20.405 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:11:20.405 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout:Install 3 Packages 2024-02-18T02:11:20.406 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:11:20.407 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 90 M 2024-02-18T02:11:20.407 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 97 M 2024-02-18T02:11:20.407 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-02-18T02:11:21.339 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-18T02:11:21.340 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-18T02:11:21.471 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-02-18T02:11:21.471 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:11:21.471 INFO:teuthology.orchestra.run.smithi016.stdout: Package Architecture Version Repository Size 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout:Install 3 Packages 2024-02-18T02:11:21.472 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:11:21.473 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 90 M 2024-02-18T02:11:21.473 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 97 M 2024-02-18T02:11:21.473 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-02-18T02:11:22.042 INFO:teuthology.orchestra.run.smithi153.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 7.1 MB/s | 10 MB 00:01 2024-02-18T02:11:23.567 INFO:teuthology.orchestra.run.smithi153.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2024-02-18T02:11:23.610 INFO:teuthology.orchestra.run.smithi016.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 5.0 MB/s | 10 MB 00:02 2024-02-18T02:11:24.393 INFO:teuthology.orchestra.run.smithi153.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 11 MB/s | 43 MB 00:03 2024-02-18T02:11:24.393 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-02-18T02:11:24.393 INFO:teuthology.orchestra.run.smithi153.stdout:Total 22 MB/s | 90 MB 00:03 2024-02-18T02:11:24.894 INFO:teuthology.orchestra.run.smithi016.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2024-02-18T02:11:25.080 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-02-18T02:11:25.562 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-02-18T02:11:25.562 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-02-18T02:11:26.808 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-02-18T02:11:26.833 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-02-18T02:11:29.616 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-02-18T02:11:30.150 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:11:33.769 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:11:34.133 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:11:37.578 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:11:37.883 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:11:39.368 INFO:teuthology.orchestra.run.smithi016.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 2.4 MB/s | 43 MB 00:17 2024-02-18T02:11:39.368 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-02-18T02:11:39.368 INFO:teuthology.orchestra.run.smithi016.stdout:Total 5.0 MB/s | 90 MB 00:17 2024-02-18T02:11:40.159 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-02-18T02:11:40.623 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-02-18T02:11:40.624 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-02-18T02:11:41.927 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-02-18T02:11:41.958 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-02-18T02:11:44.894 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-02-18T02:11:45.452 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:11:49.152 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:11:49.543 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:11:53.225 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:11:53.521 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:11:59.797 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:11:59.821 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:00.169 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:00.170 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:12:00.170 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:12:00.674 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-18T02:12:00.834 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T02:12:01.049 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-18T02:12:01.049 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-18T02:12:01.049 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-18T02:12:01.049 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-18T02:12:01.049 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-18T02:12:01.050 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-18T02:12:01.050 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-02-18T02:12:01.050 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T02:12:01.260 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-18T02:12:01.260 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-18T02:12:01.261 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2024-02-18T02:12:01.294 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.02 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 129.el8 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Group : System Environment/Base 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 9265586 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2024-02-18T02:12:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Relocations : (not relocatable) 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : CentOS BuildSystem 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-18T02:12:01.296 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2024-02-18T02:12:01.297 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:12:01.297 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2024-02-18T02:12:01.298 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-18T02:12:01.298 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 4.18.0-539.el8.x86_64 2024-02-18T02:12:01.298 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-18T02:12:02.909 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-02-18T02:12:04.781 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-02-18T02:12:04.782 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-02-18T02:12:04.811 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.OPaRADqcB7 2024-02-18T02:12:04.811 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OPaRADqcB7 2024-02-18T02:12:04.886 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.OPaRADqcB7 2024-02-18T02:12:05.037 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.OPaRADqcB7 is 6KB 2024-02-18T02:12:05.086 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.OPaRADqcB7 2024-02-18T02:12:05.104 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2024-02-18T02:12:05.179 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-18T02:12:05.179 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-18T02:12:05.179 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-18T02:12:05.179 INFO:teuthology.orchestra.run.smithi153.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-18T02:12:05.180 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-18T02:12:05.320 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-02-18T02:12:16.913 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:16.937 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:17.306 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:17.306 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-18T02:12:17.306 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:12:17.795 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-02-18T02:12:17.937 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T02:12:18.168 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-18T02:12:18.168 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-18T02:12:18.168 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-18T02:12:18.168 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-18T02:12:18.168 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-18T02:12:18.168 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-18T02:12:18.168 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-02-18T02:12:18.168 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T02:12:18.389 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-18T02:12:18.389 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-18T02:12:18.389 DEBUG:teuthology.orchestra.run.smithi016:> sudo rpm -qi grub2-tools 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Name : grub2-tools 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Epoch : 1 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Version : 2.02 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Release : 129.el8 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: x86_64 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Group : System Environment/Base 2024-02-18T02:12:18.424 INFO:teuthology.orchestra.run.smithi016.stdout:Size : 9265586 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:License : GPLv3+ 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Relocations : (not relocatable) 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Packager : CentOS BuildSystem 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Vendor : CentOS 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Summary : Support tools for GRUB. 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:Description : 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-18T02:12:18.425 INFO:teuthology.orchestra.run.smithi016.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-18T02:12:18.426 INFO:teuthology.orchestra.run.smithi016.stdout:hardware devices. 2024-02-18T02:12:18.426 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:12:18.426 INFO:teuthology.orchestra.run.smithi016.stdout:This subpackage provides tools for support of all platforms. 2024-02-18T02:12:18.426 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-18T02:12:18.427 INFO:teuthology.task.kernel:Updating grub on smithi016 to boot 4.18.0-539.el8.x86_64 2024-02-18T02:12:18.427 DEBUG:teuthology.orchestra.run.smithi016:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-18T02:12:19.912 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-02-18T02:12:21.652 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-02-18T02:12:21.653 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-02-18T02:12:21.674 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.WlSAPyDOIA 2024-02-18T02:12:21.674 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WlSAPyDOIA 2024-02-18T02:12:21.769 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.WlSAPyDOIA 2024-02-18T02:12:21.871 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.WlSAPyDOIA is 6KB 2024-02-18T02:12:21.919 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.WlSAPyDOIA 2024-02-18T02:12:21.937 DEBUG:teuthology.orchestra.run.smithi016:> sudo /bin/ls /boot/loader/entries || true 2024-02-18T02:12:22.003 INFO:teuthology.orchestra.run.smithi016.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-18T02:12:22.003 INFO:teuthology.orchestra.run.smithi016.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-18T02:12:22.003 INFO:teuthology.orchestra.run.smithi016.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-18T02:12:22.003 INFO:teuthology.orchestra.run.smithi016.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-18T02:12:22.004 DEBUG:teuthology.orchestra.run.smithi016:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-18T02:12:22.163 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-02-18T02:12:35.332 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-18T02:12:35.334 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:12:35.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:12:52.170 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-18T02:12:52.170 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:12:52.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:12:53.692 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-02-18T02:13:02.701 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:13:02.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:13:05.760 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-02-18T02:13:10.588 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-02-18T02:13:17.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:13:17.765 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:13:19.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:13:19.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:13:22.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-02-18T02:13:34.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:13:34.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:14:06.670 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-02-18T02:14:06.951 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:14:06.951 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-18T02:14:06.951 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-02-18T02:14:06.969 INFO:teuthology.orchestra.run.smithi016.stdout:4.18.0-539.el8.x86_64 2024-02-18T02:14:06.969 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-18T02:14:06.969 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-18T02:14:06.969 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-18T02:14:07.970 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-18T02:14:07.970 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T02:14:08.044 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-02-18T02:14:08.058 DEBUG:teuthology.parallel:result is None 2024-02-18T02:14:17.767 DEBUG:teuthology.orchestra.remote:timed out 2024-02-18T02:14:32.769 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:14:32.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:14:33.113 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-02-18T02:14:33.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:14:33.392 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-18T02:14:33.392 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-02-18T02:14:33.410 INFO:teuthology.orchestra.run.smithi153.stdout:4.18.0-539.el8.x86_64 2024-02-18T02:14:33.410 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-18T02:14:33.411 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-18T02:14:33.411 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-18T02:14:34.412 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-18T02:14:34.412 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T02:14:34.487 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-02-18T02:14:34.498 DEBUG:teuthology.parallel:result is None 2024-02-18T02:14:34.498 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-18T02:14:34.505 INFO:teuthology.task.internal:Creating test directory... 2024-02-18T02:14:34.506 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T02:14:34.508 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T02:14:34.529 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-18T02:14:34.535 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-18T02:14:34.563 INFO:teuthology.task.internal:Creating archive directory... 2024-02-18T02:14:34.563 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T02:14:34.572 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T02:14:34.705 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-18T02:14:34.712 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-18T02:14:34.712 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:14:34.714 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:14:34.755 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T02:14:34.756 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T02:14:34.767 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T02:14:34.767 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T02:14:34.769 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-18T02:14:34.776 INFO:teuthology.task.internal:Configuring sudo... 2024-02-18T02:14:34.776 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T02:14:34.812 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T02:14:34.842 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-18T02:14:34.851 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-18T02:14:34.851 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T02:14:34.882 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T02:14:34.902 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T02:14:34.990 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T02:14:35.041 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T02:14:35.128 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T02:14:35.175 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:14:35.175 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T02:14:35.246 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T02:14:35.294 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T02:14:35.345 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T02:14:35.432 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T02:14:35.476 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:14:35.477 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T02:14:35.545 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-02-18T02:14:35.548 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-02-18T02:14:35.616 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:14:35.652 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:14:36.047 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-18T02:14:36.055 INFO:teuthology.task.internal:Starting timer... 2024-02-18T02:14:36.055 INFO:teuthology.run_tasks:Running task pcp... 2024-02-18T02:14:36.075 INFO:teuthology.run_tasks:Running task selinux... 2024-02-18T02:14:36.107 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-18T02:14:36.108 DEBUG:teuthology.orchestra.run.smithi016:> sudo service auditd rotate 2024-02-18T02:14:36.226 INFO:teuthology.orchestra.run.smithi016.stdout:Rotating logs: 2024-02-18T02:14:36.228 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2024-02-18T02:14:36.301 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2024-02-18T02:14:36.302 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-18T02:14:36.303 DEBUG:teuthology.orchestra.run.smithi016:> /usr/sbin/getenforce 2024-02-18T02:14:36.326 INFO:teuthology.orchestra.run.smithi016.stdout:Permissive 2024-02-18T02:14:36.326 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2024-02-18T02:14:36.386 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2024-02-18T02:14:36.387 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi016.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi153.front.sepia.ceph.com': 'permissive'} 2024-02-18T02:14:36.387 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:14:36.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:14:36.419 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:14:36.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:14:36.448 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-18T02:14:36.448 DEBUG:teuthology.orchestra.run.smithi016:> sudo /usr/sbin/setenforce permissive 2024-02-18T02:14:36.488 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2024-02-18T02:14:36.517 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-18T02:14:36.527 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-18T02:14:36.543 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-02-18T02:14:36.545 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-18T02:20:31.705 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2024-02-18T02:20:31.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:20:31.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:20:31.790 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-02-18T02:20:31.861 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-02-18T02:20:31.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:20:31.862 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T02:20:31.936 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-02-18T02:20:32.008 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-02-18T02:20:32.008 INFO:teuthology.run_tasks:Running task clock... 2024-02-18T02:20:32.018 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-18T02:20:32.018 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T02:20:32.019 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:32.021 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T02:20:32.022 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:32.058 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T02:20:32.074 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T02:20:32.082 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T02:20:32.097 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T02:20:32.146 INFO:teuthology.orchestra.run.smithi016.stderr:sudo: ntpd: command not found 2024-02-18T02:20:32.159 INFO:teuthology.orchestra.run.smithi016.stdout:506 Cannot talk to daemon 2024-02-18T02:20:32.164 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2024-02-18T02:20:32.174 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T02:20:32.176 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2024-02-18T02:20:32.188 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T02:20:32.190 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T02:20:32.204 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T02:20:32.267 INFO:teuthology.orchestra.run.smithi016.stderr:bash: ntpq: command not found 2024-02-18T02:20:32.270 INFO:teuthology.orchestra.run.smithi016.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:20:32.270 INFO:teuthology.orchestra.run.smithi016.stdout:=============================================================================== 2024-02-18T02:20:32.270 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.271 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.271 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.271 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.274 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.278 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:20:32.279 INFO:teuthology.run_tasks:Running task pexec... 2024-02-18T02:20:32.291 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-18T02:20:32.291 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:20:32.291 DEBUG:teuthology.orchestra.run.smithi016:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T02:20:32.292 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2024-02-18T02:20:32.292 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T02:20:33.108 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:31 ago on Sun 18 Feb 2024 02:19:01 AM UTC. 2024-02-18T02:20:33.136 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:20 ago on Sun 18 Feb 2024 02:19:12 AM UTC. 2024-02-18T02:20:35.130 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-18T02:20:35.131 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:35.131 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-02-18T02:20:35.131 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:35.131 INFO:teuthology.orchestra.run.smithi153.stdout:Resetting modules: 2024-02-18T02:20:35.132 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools 2024-02-18T02:20:35.132 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:35.132 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-18T02:20:35.132 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:35.132 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:35.331 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-02-18T02:20:35.332 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout: Package Architecture Version Repository Size 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout:Resetting modules: 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:35.333 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:35.380 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-18T02:20:35.587 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-02-18T02:20:36.224 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:35 ago on Sun 18 Feb 2024 02:19:01 AM UTC. 2024-02-18T02:20:36.480 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:24 ago on Sun 18 Feb 2024 02:19:12 AM UTC. 2024-02-18T02:20:38.246 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-02-18T02:20:38.281 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout:Installing group/module packages: 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-18T02:20:38.282 INFO:teuthology.orchestra.run.smithi153.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Installing module profiles: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools/common 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Enabling module streams: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: container-tools rhel8 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-02-18T02:20:38.283 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2024-02-18T02:20:38.284 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:38.284 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 28 M 2024-02-18T02:20:38.284 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 92 M 2024-02-18T02:20:38.284 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-02-18T02:20:38.649 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-02-18T02:20:38.687 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:38.687 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-02-18T02:20:38.687 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout:Installing group/module packages: 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-18T02:20:38.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Installing weak dependencies: 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Installing module profiles: 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools/common 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling module streams: 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: container-tools rhel8 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:Install 13 Packages 2024-02-18T02:20:38.689 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:38.690 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 28 M 2024-02-18T02:20:38.690 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 92 M 2024-02-18T02:20:38.690 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-02-18T02:20:38.943 INFO:teuthology.orchestra.run.smithi153.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 1.5 MB/s | 688 kB 00:00 2024-02-18T02:20:39.010 INFO:teuthology.orchestra.run.smithi153.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 569 kB/s | 38 kB 00:00 2024-02-18T02:20:39.052 INFO:teuthology.orchestra.run.smithi153.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 1.8 MB/s | 1.0 MB 00:00 2024-02-18T02:20:39.080 INFO:teuthology.orchestra.run.smithi016.stdout:(1/13): aardvark-dns-1.10.0-1.module_el8+871+55 5.2 MB/s | 1.0 MB 00:00 2024-02-18T02:20:39.122 INFO:teuthology.orchestra.run.smithi016.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 907 kB/s | 38 kB 00:00 2024-02-18T02:20:39.153 INFO:teuthology.orchestra.run.smithi153.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 1.8 MB/s | 257 kB 00:00 2024-02-18T02:20:39.197 INFO:teuthology.orchestra.run.smithi016.stdout:(3/13): crun-1.14-1.module_el8+871+552be958.x86 3.3 MB/s | 257 kB 00:00 2024-02-18T02:20:39.270 INFO:teuthology.orchestra.run.smithi153.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.5 MB/s | 180 kB 00:00 2024-02-18T02:20:39.328 INFO:teuthology.orchestra.run.smithi153.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2024-02-18T02:20:39.395 INFO:teuthology.orchestra.run.smithi153.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-02-18T02:20:39.497 INFO:teuthology.orchestra.run.smithi016.stdout:(4/13): cockpit-podman-83-1.module_el8+847+7863 1.1 MB/s | 688 kB 00:00 2024-02-18T02:20:39.587 INFO:teuthology.orchestra.run.smithi153.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 8.8 MB/s | 9.7 MB 00:01 2024-02-18T02:20:39.607 INFO:teuthology.orchestra.run.smithi016.stdout:(5/13): netavark-1.10.2-1.module_el8+885+7da147 11 MB/s | 4.3 MB 00:00 2024-02-18T02:20:39.639 INFO:teuthology.orchestra.run.smithi016.stdout:(6/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-02-18T02:20:39.665 INFO:teuthology.orchestra.run.smithi016.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 430 kB/s | 25 kB 00:00 2024-02-18T02:20:39.698 INFO:teuthology.orchestra.run.smithi016.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-02-18T02:20:39.829 INFO:teuthology.orchestra.run.smithi153.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 10 MB/s | 2.5 MB 00:00 2024-02-18T02:20:39.904 INFO:teuthology.orchestra.run.smithi153.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 699 kB/s | 53 kB 00:00 2024-02-18T02:20:39.946 INFO:teuthology.orchestra.run.smithi153.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 986 kB/s | 41 kB 00:00 2024-02-18T02:20:40.099 INFO:teuthology.orchestra.run.smithi016.stdout:(9/13): skopeo-1.14.3-0.1.module_el8+885+7da147 20 MB/s | 8.8 MB 00:00 2024-02-18T02:20:40.140 INFO:teuthology.orchestra.run.smithi016.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.2 MB/s | 53 kB 00:00 2024-02-18T02:20:40.182 INFO:teuthology.orchestra.run.smithi016.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 985 kB/s | 41 kB 00:00 2024-02-18T02:20:40.224 INFO:teuthology.orchestra.run.smithi016.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 4.8 MB/s | 2.5 MB 00:00 2024-02-18T02:20:40.363 INFO:teuthology.orchestra.run.smithi153.stdout:(12/13): netavark-1.10.2-1.module_el8+885+7da14 3.3 MB/s | 4.3 MB 00:01 2024-02-18T02:20:40.650 INFO:teuthology.orchestra.run.smithi016.stdout:(13/13): buildah-1.33.5-1.module_el8+885+7da147 5.5 MB/s | 9.7 MB 00:01 2024-02-18T02:20:40.650 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-02-18T02:20:40.650 INFO:teuthology.orchestra.run.smithi016.stdout:Total 14 MB/s | 28 MB 00:01 2024-02-18T02:20:40.932 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-02-18T02:20:40.954 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-02-18T02:20:40.954 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-02-18T02:20:41.227 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-02-18T02:20:41.230 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-02-18T02:20:41.238 INFO:teuthology.orchestra.run.smithi153.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 4.8 MB/s | 8.8 MB 00:01 2024-02-18T02:20:41.239 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-02-18T02:20:41.239 INFO:teuthology.orchestra.run.smithi153.stdout:Total 9.4 MB/s | 28 MB 00:02 2024-02-18T02:20:41.508 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-02-18T02:20:41.529 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-02-18T02:20:41.529 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-02-18T02:20:41.786 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-02-18T02:20:41.789 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-02-18T02:20:41.949 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-02-18T02:20:42.499 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-02-18T02:20:42.967 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-18T02:20:43.152 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-18T02:20:43.354 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-18T02:20:43.488 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-18T02:20:43.529 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-18T02:20:43.661 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-18T02:20:43.761 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-18T02:20:43.856 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-18T02:20:44.054 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-18T02:20:44.277 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-18T02:20:44.342 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-18T02:20:44.879 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-18T02:20:45.350 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-18T02:20:45.583 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-18T02:20:45.781 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-18T02:20:45.871 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-18T02:20:46.106 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-18T02:20:46.228 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-18T02:20:46.302 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-18T02:20:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-18T02:20:46.693 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-18T02:20:46.737 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-18T02:20:46.895 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-18T02:20:46.956 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-18T02:20:47.209 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-18T02:20:47.330 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-18T02:20:47.330 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-18T02:20:47.330 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-18T02:20:47.330 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-18T02:20:47.330 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-18T02:20:47.331 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-18T02:20:47.405 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-18T02:20:47.835 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-18T02:20:47.836 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-18T02:20:47.997 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-18T02:20:47.998 INFO:teuthology.orchestra.run.smithi016.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-18T02:20:47.999 INFO:teuthology.orchestra.run.smithi016.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T02:20:47.999 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:20:47.999 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-02-18T02:20:48.250 DEBUG:teuthology.parallel:result is None 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-18T02:20:48.372 INFO:teuthology.orchestra.run.smithi153.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-18T02:20:48.373 INFO:teuthology.orchestra.run.smithi153.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-18T02:20:48.373 INFO:teuthology.orchestra.run.smithi153.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-18T02:20:48.373 INFO:teuthology.orchestra.run.smithi153.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T02:20:48.373 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:20:48.373 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-02-18T02:20:48.878 DEBUG:teuthology.parallel:result is None 2024-02-18T02:20:48.878 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-18T02:20:48.889 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-18T02:20:48.889 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:20:48.889 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:20:48.912 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-02-18T02:20:48.912 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 165582 Links: 1 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:20:47.043656892 +0000 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:00.985513381 +0000 2024-02-18T02:20:48.975 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:00.985513381 +0000 2024-02-18T02:20:48.976 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:20:48.976 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T02:20:49.047 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:20:49.047 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:20:49.047 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000124494 s, 4.1 MB/s 2024-02-18T02:20:49.048 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T02:20:49.112 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 165657 Links: 1 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:20:47.043656892 +0000 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:01.316508236 +0000 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:01.316508236 +0000 2024-02-18T02:20:49.173 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:20:49.174 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T02:20:49.243 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:20:49.243 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:20:49.243 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00011614 s, 4.4 MB/s 2024-02-18T02:20:49.244 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T02:20:49.305 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 169118 Links: 1 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:20:47.044656877 +0000 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:01.654502982 +0000 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:01.654502982 +0000 2024-02-18T02:20:49.367 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:20:49.368 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T02:20:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:20:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:20:49.437 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000112894 s, 4.5 MB/s 2024-02-18T02:20:49.438 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T02:20:49.498 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 170235 Links: 1 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:20:47.044656877 +0000 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:01.992497728 +0000 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:01.992497728 +0000 2024-02-18T02:20:49.559 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:20:49.560 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T02:20:49.627 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:20:49.627 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:20:49.627 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000103969 s, 4.9 MB/s 2024-02-18T02:20:49.628 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T02:20:49.688 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:49.807 INFO:teuthology.orchestra.run.smithi016.stdout:loop 2024-02-18T02:20:49.808 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_1... 2024-02-18T02:20:49.809 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:49.845 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-02-18T02:20:49.879 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_11 2024-02-18T02:20:49.918 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_2... 2024-02-18T02:20:49.918 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:49.995 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-02-18T02:20:50.029 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_21 2024-02-18T02:20:50.067 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_3... 2024-02-18T02:20:50.067 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:50.143 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-02-18T02:20:50.177 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_31 2024-02-18T02:20:50.215 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_4... 2024-02-18T02:20:50.215 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:20:50.293 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-02-18T02:20:50.327 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_41 2024-02-18T02:20:50.365 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:20:50.365 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:20:50.422 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme list 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme0n1 PHMB7513002C480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme1n1 edb69f3d8e2c16497623 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme2n1 62ba233ae30e34348bc4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:50.489 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme3n1 8bd1a19a31b0736a8a06 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:50.490 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme4n1 27aa48645fc3dfc1229e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:50.491 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T02:20:50.491 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:20:50.491 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/scratch_devs 2024-02-18T02:20:50.558 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:20:50.558 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:20:50.581 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-02-18T02:20:50.581 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 166290 Links: 1 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:20:47.559582183 +0000 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:19:51.121187850 +0000 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:19:51.121187850 +0000 2024-02-18T02:20:50.642 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:20:50.643 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T02:20:50.712 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:20:50.712 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:20:50.713 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000278747 s, 1.8 MB/s 2024-02-18T02:20:50.714 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T02:20:50.774 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2024-02-18T02:20:50.834 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T02:20:50.834 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:50.834 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 169177 Links: 1 2024-02-18T02:20:50.834 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:50.834 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:50.835 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:20:47.559582183 +0000 2024-02-18T02:20:50.835 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:19:51.449182128 +0000 2024-02-18T02:20:50.835 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:19:51.449182128 +0000 2024-02-18T02:20:50.835 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:20:50.835 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T02:20:50.901 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:20:50.901 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:20:50.902 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000244819 s, 2.1 MB/s 2024-02-18T02:20:50.902 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T02:20:50.962 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2024-02-18T02:20:51.021 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T02:20:51.021 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:51.021 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 170149 Links: 1 2024-02-18T02:20:51.021 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:51.022 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:51.022 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:20:47.560582166 +0000 2024-02-18T02:20:51.022 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:19:51.800176005 +0000 2024-02-18T02:20:51.022 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:19:51.800176005 +0000 2024-02-18T02:20:51.022 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:20:51.022 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T02:20:51.088 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:20:51.088 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:20:51.088 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000235002 s, 2.2 MB/s 2024-02-18T02:20:51.089 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T02:20:51.148 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2024-02-18T02:20:51.205 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T02:20:51.205 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T02:20:51.205 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 163505 Links: 1 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:20:47.560582166 +0000 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:19:52.132170213 +0000 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:19:52.132170213 +0000 2024-02-18T02:20:51.206 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:20:51.206 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T02:20:51.271 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:20:51.271 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:20:51.271 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000226245 s, 2.3 MB/s 2024-02-18T02:20:51.272 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T02:20:51.332 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:51.441 INFO:teuthology.orchestra.run.smithi153.stdout:loop 2024-02-18T02:20:51.442 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2024-02-18T02:20:51.443 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:51.478 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-02-18T02:20:51.511 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_11 2024-02-18T02:20:51.552 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2024-02-18T02:20:51.553 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:51.628 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-02-18T02:20:51.661 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_21 2024-02-18T02:20:51.699 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2024-02-18T02:20:51.700 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:51.775 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-02-18T02:20:51.807 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_31 2024-02-18T02:20:51.845 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2024-02-18T02:20:51.846 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:20:51.921 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-02-18T02:20:51.954 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_41 2024-02-18T02:20:51.991 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:20:51.991 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:20:52.050 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme list 2024-02-18T02:20:52.116 INFO:teuthology.orchestra.run.smithi153.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T02:20:52.116 INFO:teuthology.orchestra.run.smithi153.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T02:20:52.116 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme0n1 CVFT623300MV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2024-02-18T02:20:52.116 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme1n1 7cc0d487478089c66cc5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:52.117 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme2n1 a569616a1cc933967a99 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:52.117 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme3n1 04cb90c94485f874b7d2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:52.117 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme4n1 8529f53138faa17434fe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T02:20:52.118 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T02:20:52.119 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:20:52.119 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2024-02-18T02:20:52.186 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-18T02:20:52.270 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': '81bd20d634209c7cb82c18be12b4b5a05643ebf1'} 2024-02-18T02:20:52.271 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T02:20:52.271 INFO:tasks.cephadm:Cluster fsid is 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:20:52.271 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-18T02:20:52.271 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-18T02:20:52.272 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi016': '172.21.15.16', 'mon.smithi153': '172.21.15.153'} 2024-02-18T02:20:52.272 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-18T02:20:52.272 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-02-18T02:20:52.306 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2024-02-18T02:20:52.334 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 81bd20d634209c7cb82c18be12b4b5a05643ebf1)... 2024-02-18T02:20:52.335 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.616 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 02:20 /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.617 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.790 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 02:20 /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.791 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.814 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T02:20:52.840 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-02-18T02:20:52.887 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2024-02-18T02:20:52.916 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-02-18T02:20:52.958 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2024-02-18T02:20:52.989 INFO:tasks.cephadm:Writing seed config... 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-18T02:20:52.990 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-18T02:20:52.991 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:20:52.991 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-18T02:20:53.018 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = 5692c6d8-ce04-11ee-95ba-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-02-18T02:20:53.018 DEBUG:teuthology.orchestra.run.smithi016:mon.smithi016> sudo journalctl -f -n 0 -u ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service 2024-02-18T02:20:53.060 INFO:tasks.cephadm:Bootstrapping... 2024-02-18T02:20:53.060 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 -v bootstrap --fsid 5692c6d8-ce04-11ee-95ba-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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:20:53.090 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:-- Logs begin at Sun 2024-02-18 02:13:42 UTC. -- 2024-02-18T02:20:53.362 INFO:teuthology.orchestra.run.smithi016.stderr:-------------------------------------------------------------------------------- 2024-02-18T02:20:53.363 INFO:teuthology.orchestra.run.smithi016.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1', '-v', 'bootstrap', '--fsid', '5692c6d8-ce04-11ee-95ba-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.16', '--skip-admin-label'] 2024-02-18T02:20:54.939 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: 4.9.3-dev 2024-02-18T02:20:54.951 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying podman|docker is present... 2024-02-18T02:20:54.976 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: 4.9.3-dev 2024-02-18T02:20:54.993 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying lvm2 is present... 2024-02-18T02:20:54.993 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying time synchronization is in place... 2024-02-18T02:20:55.001 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T02:20:55.009 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:20:55.016 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: enabled 2024-02-18T02:20:55.022 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: active 2024-02-18T02:20:55.023 INFO:teuthology.orchestra.run.smithi016.stderr:Unit chronyd.service is enabled and running 2024-02-18T02:20:55.023 INFO:teuthology.orchestra.run.smithi016.stderr:Repeating the final host check... 2024-02-18T02:20:55.045 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: 4.9.3-dev 2024-02-18T02:20:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:podman (/bin/podman) version 4.9.3 is present 2024-02-18T02:20:55.055 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl is present 2024-02-18T02:20:55.056 INFO:teuthology.orchestra.run.smithi016.stderr:lvcreate is present 2024-02-18T02:20:55.062 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T02:20:55.068 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:20:55.074 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: enabled 2024-02-18T02:20:55.080 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: active 2024-02-18T02:20:55.081 INFO:teuthology.orchestra.run.smithi016.stderr:Unit chronyd.service is enabled and running 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Host looks OK 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Cluster fsid: 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Acquiring lock 140591902027904 on /run/cephadm/5692c6d8-ce04-11ee-95ba-87774f69a715.lock 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Lock 140591902027904 acquired on /run/cephadm/5692c6d8-ce04-11ee-95ba-87774f69a715.lock 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying IP 172.21.15.16 port 3300 ... 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying IP 172.21.15.16 port 6789 ... 2024-02-18T02:20:55.082 INFO:teuthology.orchestra.run.smithi016.stderr:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-02-18T02:20:55.086 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.16 metric 100 2024-02-18T02:20:55.086 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 metric 100 2024-02-18T02:20:55.089 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-18T02:20:55.089 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-18T02:20:55.089 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-02-18T02:20:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-18T02:20:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-18T02:20:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T02:20:55.092 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-18T02:20:55.093 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-02-18T02:20:55.093 INFO:teuthology.orchestra.run.smithi016.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T02:20:55.093 INFO:teuthology.orchestra.run.smithi016.stderr:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-02-18T02:20:55.093 INFO:teuthology.orchestra.run.smithi016.stderr:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-02-18T02:20:55.093 INFO:teuthology.orchestra.run.smithi016.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-18T02:20:55.094 INFO:teuthology.orchestra.run.smithi016.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-18T02:20:55.095 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T02:20:55.190 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T02:20:55.347 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Getting image source signatures 2024-02-18T02:20:55.350 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-18T02:20:55.350 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Copying blob sha256:ec93555fb25f6296fcd66f232359fb768587e082c45b15dd379853eb0f28a963 2024-02-18T02:21:20.840 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Copying config sha256:823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T02:21:21.033 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: Writing manifest to image destination 2024-02-18T02:21:21.245 INFO:teuthology.orchestra.run.smithi016.stderr:/bin/podman: 823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T02:21:21.926 INFO:teuthology.orchestra.run.smithi016.stderr:ceph: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T02:21:22.569 INFO:teuthology.orchestra.run.smithi016.stderr:Ceph version: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T02:21:22.569 INFO:teuthology.orchestra.run.smithi016.stderr:Extracting ceph user uid/gid from container image... 2024-02-18T02:21:23.104 INFO:teuthology.orchestra.run.smithi016.stderr:stat: 167 167 2024-02-18T02:21:23.690 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial keys... 2024-02-18T02:21:24.243 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQCkadFlzyS2BhAA3SiOcuPghTQ5Q1AfRvrGnQ== 2024-02-18T02:21:25.316 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQCladFl0NL1DBAA7WsUQALpnYh26TKmoTLmXg== 2024-02-18T02:21:26.847 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-authtool: AQCmadFl276BLRAA3ZF0XDNmyOd1fJfr5ad4jA== 2024-02-18T02:21:27.454 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial monmap... 2024-02-18T02:21:28.104 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T02:21:28.104 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:28.104 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T02:21:28.691 INFO:teuthology.orchestra.run.smithi016.stderr:monmaptool for smithi016 [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T02:21:28.691 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: set fsid to 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:28.691 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T02:21:28.691 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:21:28.691 INFO:teuthology.orchestra.run.smithi016.stderr:Creating mon... 2024-02-18T02:21:29.285 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.125+0000 7f167a392880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.125+0000 7f167a392880 1 imported monmap: 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: last_changed 2024-02-18T02:21:28.007720+0000 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: created 2024-02-18T02:21:28.007720+0000 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.smithi016 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.125+0000 7f167a392880 0 /usr/bin/ceph-mon: set fsid to 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:29.286 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: DB SUMMARY 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi016/store.db dir, Total Num: 0, files: 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.287 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi016/store.db: 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.create_if_missing: 1 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.env: 0x55cd79cac080 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.fs: Posix File System 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.info_log: 0x55cd7ae2f300 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.statistics: (nil) 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.use_fsync: 0 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T02:21:29.288 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.db_log_dir: 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi016/store.db 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T02:21:29.289 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.write_buffer_manager: 0x55cd7ae35950 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T02:21:29.290 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.unordered_write: 0 2024-02-18T02:21:29.291 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.row_cache: None 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.wal_filter: None 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T02:21:29.292 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T02:21:29.293 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.max_open_files: -1 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: Compression algorithms supported: 2024-02-18T02:21:29.294 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kZSTD supported: 0 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.126+0000 7f167a392880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000001 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.295 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.merge_operator: 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_filter: None 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cd7ad45d18) 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T02:21:29.296 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache: 0x55cd7ad7ad10 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-18T02:21:29.297 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-18T02:21:29.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-18T02:21:29.299 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression: NoCompression 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.num_levels: 7 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T02:21:29.300 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T02:21:29.301 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T02:21:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:21:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T02:21:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T02:21:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T02:21:29.302 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T02:21:29.303 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T02:21:29.304 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T02:21:29.305 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.ttl: 2592000 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.127+0000 7f167a392880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.128+0000 7f167a392880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi016/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-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.128+0000 7f167a392880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T02:21:29.306 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.129+0000 7f167a392880 4 rocksdb: DB pointer 0x55cd7ae43800 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.129+0000 7f1663205700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.129+0000 7f1663205700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.307 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.308 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:21:29.309 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:29.310 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.130+0000 7f167a392880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-18T02:21:29.311 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.130+0000 7f167a392880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-18T02:21:29.312 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph-mon: debug 2024-02-18T02:21:29.130+0000 7f167a392880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi016 for mon.smithi016 2024-02-18T02:21:29.839 INFO:teuthology.orchestra.run.smithi016.stderr:create mon.smithi016 on 2024-02-18T02:21:29.959 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-18T02:21:30.061 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target. 2024-02-18T02:21:30.061 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target. 2024-02-18T02:21:30.291 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to reset failed state of unit ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service: Unit ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service not loaded. 2024-02-18T02:21:30.298 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target.wants/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service → /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@.service. 2024-02-18T02:21:30.996 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: disabled 2024-02-18T02:21:31.003 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:21:31.004 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld.service is not enabled 2024-02-18T02:21:31.004 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T02:21:31.005 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mon to start... 2024-02-18T02:21:31.005 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mon... 2024-02-18T02:21:31.238 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:30 smithi016 bash[34659]: 3aded52bd9ec0c75e8d0c8a9cb36f1179513b851fbea07329a07b0e12cce895a 2024-02-18T02:21:31.238 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:30 smithi016 systemd[1]: Started Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715. 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: cluster: 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: id: 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: services: 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi016 (age 0.677177s) 2024-02-18T02:21:31.647 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: data: 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: pgs: 2024-02-18T02:21:31.648 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:32.277 INFO:teuthology.orchestra.run.smithi016.stderr:mon is available 2024-02-18T02:21:32.277 INFO:teuthology.orchestra.run.smithi016.stderr:Assimilating anything we can from ceph.conf... 2024-02-18T02:21:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: cluster 2024-02-18T02:21:30.974390+0000 mon.smithi016 (mon.0) 2 : cluster [INF] mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2024-02-18T02:21:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: cluster 2024-02-18T02:21:30.974511+0000 mon.smithi016 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} 2024-02-18T02:21:32.279 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: cluster 2024-02-18T02:21:30.976253+0000 mon.smithi016 (mon.0) 4 : cluster [DBG] fsmap 2024-02-18T02:21:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: cluster 2024-02-18T02:21:30.978158+0000 mon.smithi016 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T02:21:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: cluster 2024-02-18T02:21:30.978525+0000 mon.smithi016 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T02:21:32.280 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: audit 2024-02-18T02:21:31.651527+0000 mon.smithi016 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/3825465812' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-18T02:21:32.861 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [global] 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: fsid = 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [mgr] 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:32.862 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [osd] 2024-02-18T02:21:32.863 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T02:21:32.863 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T02:21:33.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: audit 2024-02-18T02:21:32.863376+0000 mon.smithi016 (mon.0) 8 : audit [INF] from='client.? 172.21.15.16:0/1199718092' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T02:21:33.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: audit 2024-02-18T02:21:32.865995+0000 mon.smithi016 (mon.0) 9 : audit [INF] from='client.? 172.21.15.16:0/1199718092' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-18T02:21:33.450 INFO:teuthology.orchestra.run.smithi016.stderr:Generating new minimal ceph.conf... 2024-02-18T02:21:34.386 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: audit 2024-02-18T02:21:34.061691+0000 mon.smithi016 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.16:0/2853025836' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:21:34.683 INFO:teuthology.orchestra.run.smithi016.stderr:Restarting the monitor... 2024-02-18T02:21:34.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:34 smithi016 systemd[1]: Stopping Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715... 2024-02-18T02:21:34.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:34 smithi016 bash[35007]: Error: no container with name or ID "ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon.smithi016" found: no such container 2024-02-18T02:21:35.241 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: debug 2024-02-18T02:21:34.960+0000 7fbadf892700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi016 -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-02-18T02:21:35.241 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[34681]: debug 2024-02-18T02:21:34.960+0000 7fbadf892700 -1 mon.smithi016@0(leader) e1 *** Got Signal Terminated *** 2024-02-18T02:21:35.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:35 smithi016 bash[35047]: ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016 2024-02-18T02:21:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:35 smithi016 systemd[1]: ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service: Succeeded. 2024-02-18T02:21:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:35 smithi016 systemd[1]: Stopped Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715. 2024-02-18T02:21:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:35 smithi016 systemd[1]: Starting Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715... 2024-02-18T02:21:36.256 INFO:teuthology.orchestra.run.smithi016.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.199+0000 7fe50439e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.199+0000 7fe50439e880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.199+0000 7fe50439e880 0 pidfile_write: ignore empty --pid-file 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 0 load: jerasure load: lrc load: isa 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: DB SUMMARY 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi016/store.db dir, Total Num: 1, files: 000004.sst 2024-02-18T02:21:36.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi016/store.db: 000006.log size: 87011 ; 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.env: 0x55e45d939080 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.fs: Posix File System 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.info_log: 0x55e45f5f6560 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.statistics: (nil) 2024-02-18T02:21:36.449 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.use_fsync: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T02:21:36.450 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.db_log_dir: 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi016/store.db 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T02:21:36.451 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.write_buffer_manager: 0x55e460266450 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.unordered_write: 0 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T02:21:36.452 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.row_cache: None 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.wal_filter: None 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T02:21:36.453 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T02:21:36.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.max_open_files: -1 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Compression algorithms supported: 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kZSTD supported: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T02:21:36.455 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.204+0000 7fe50439e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000005 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T02:21:36.456 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.merge_operator: 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_filter: None 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e45f59bd10) 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cache_index_and_filter_blocks: 1 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: pin_top_level_index_and_filter: 1 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: index_type: 0 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: data_block_index_type: 0 2024-02-18T02:21:36.457 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: index_shortening: 1 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: hash_index_allow_collision: 1 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: checksum: 1 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: no_block_cache: 0 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_cache: 0x55e45f5d0f10 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_cache_name: BinnedLRUCache 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_cache_options: 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: capacity : 536870912 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: num_shard_bits : 4 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: strict_capacity_limit : 0 2024-02-18T02:21:36.458 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: high_pri_pool_ratio: 0.000 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_cache_compressed: (nil) 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: persistent_cache: (nil) 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_size: 4096 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_size_deviation: 10 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_restart_interval: 16 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: index_block_restart_interval: 1 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: metadata_block_size: 4096 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: partition_filters: 0 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: use_delta_encoding: 1 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: whole_key_filtering: 1 2024-02-18T02:21:36.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: verify_compression: 0 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: read_amp_bytes_per_bit: 0 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: format_version: 2 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: enable_index_compression: 1 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: block_align: 0 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression: NoCompression 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T02:21:36.460 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.num_levels: 7 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T02:21:36.461 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T02:21:36.462 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T02:21:36.463 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T02:21:36.464 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T02:21:36.465 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.ttl: 2592000 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi016/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-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708222896206824, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.205+0000 7fe50439e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.206+0000 7fe50439e880 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-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.206+0000 7fe50439e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708222896207719, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83720, "table_properties": {"data_size": 81987, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76542, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1708222896, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.206+0000 7fe50439e880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.207+0000 7fe50439e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708222896208178, "job": 1, "event": "recovery_finished"} 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.207+0000 7fe50439e880 4 rocksdb: DB pointer 0x55e45f699800 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.208+0000 7fe4eb190700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.208+0000 7fe4eb190700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T02:21:36.467 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** DB Stats ** 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** Compaction Stats [default] ** 2024-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.468 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** Compaction Stats [default] ** 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:36.469 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Cumulative compaction: 0.00 GB write, 27.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Interval compaction: 0.00 GB write, 27.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** Compaction Stats [default] ** 2024-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.470 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: L0 2/0 83.45 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Sum 2/0 83.45 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** Compaction Stats [default] ** 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.5 0.00 0.00 1 0.001 0 0 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:21:36.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:21:36.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:21:36.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:21:36.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Cumulative compaction: 0.00 GB write, 26.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:21:36.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.208+0000 7fe50439e880 0 starting mon.smithi016 rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi016 fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 1 mon.smithi016@-1(???) e1 preinit fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).mds e1 new map 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).mds e1 print_map 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: e1 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:21:36.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: legacy client fscid: -1 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: No filesystems configured 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:34.061691+0000 mon.smithi016 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.16:0/2853025836' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:21:36.209+0000 7fe50439e880 1 mon.smithi016@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 bash[35171]: 45934664189b44fc7ed4d62b301d17a32ebf78f698af10adf9c4cbe23674e600 2024-02-18T02:21:36.474 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:36 smithi016 systemd[1]: Started Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715. 2024-02-18T02:21:37.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:36.214056+0000 mon.smithi016 (mon.0) 1 : cluster [INF] mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2024-02-18T02:21:37.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:36.214113+0000 mon.smithi016 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} 2024-02-18T02:21:37.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:36.214492+0000 mon.smithi016 (mon.0) 3 : cluster [DBG] fsmap 2024-02-18T02:21:37.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:36.214522+0000 mon.smithi016 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T02:21:37.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:36.214823+0000 mon.smithi016 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T02:21:39.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:37.931117+0000 mon.smithi016 (mon.0) 6 : audit [INF] from='client.? 172.21.15.16:0/3994484324' entity='client.admin' 2024-02-18T02:21:39.334 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-18T02:21:39.334 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:21:39.334 INFO:teuthology.orchestra.run.smithi016.stderr:Creating mgr... 2024-02-18T02:21:39.334 INFO:teuthology.orchestra.run.smithi016.stderr:Verifying port 9283 ... 2024-02-18T02:21:39.479 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Failed to reset failed state of unit ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mgr.smithi016.ulayit.service: Unit ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mgr.smithi016.ulayit.service not loaded. 2024-02-18T02:21:39.485 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715.target.wants/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mgr.smithi016.ulayit.service → /etc/systemd/system/ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@.service. 2024-02-18T02:21:40.246 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: disabled 2024-02-18T02:21:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:21:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld.service is not enabled 2024-02-18T02:21:40.254 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T02:21:40.262 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: disabled 2024-02-18T02:21:40.270 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:21:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld.service is not enabled 2024-02-18T02:21:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-18T02:21:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr to start... 2024-02-18T02:21:40.271 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr... 2024-02-18T02:21:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:21:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "5692c6d8-ce04-11ee-95ba-87774f69a715", 2024-02-18T02:21:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2024-02-18T02:21:40.986 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "smithi016" 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T02:21:40.987 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T02:21:40.988 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T02:21:40.989 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T02:21:40.990 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:40.991 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T02:21:40.992 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:40.993 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2024-02-18T02:21:30.975512+0000", 2024-02-18T02:21:40.993 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:40.993 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:40.993 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T02:21:40.993 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:21:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:40.985288+0000 mon.smithi016 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/3271651114' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T02:21:41.555 INFO:teuthology.orchestra.run.smithi016.stderr:mgr not available, waiting (1/15)... 2024-02-18T02:21:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:21:44.264 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "5692c6d8-ce04-11ee-95ba-87774f69a715", 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "smithi016" 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T02:21:44.265 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T02:21:44.266 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T02:21:44.267 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T02:21:44.271 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T02:21:44.272 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2024-02-18T02:21:30.975512+0000", 2024-02-18T02:21:44.273 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:44.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:44.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T02:21:44.274 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:21:44.576 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:44.267354+0000 mon.smithi016 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.16:0/3108471875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T02:21:44.974 INFO:teuthology.orchestra.run.smithi016.stderr:mgr not available, waiting (2/15)... 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:45.764046+0000 mon.smithi016 (mon.0) 9 : cluster [INF] Activating manager daemon smithi016.ulayit 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:45.766770+0000 mon.smithi016 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi016.ulayit(active, starting, since 0.00280861s) 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.767798+0000 mon.smithi016 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.767955+0000 mon.smithi016 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.768110+0000 mon.smithi016 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.768252+0000 mon.smithi016 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.768573+0000 mon.smithi016 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr metadata", "who": "smithi016.ulayit", "id": "smithi016.ulayit"}]: dispatch 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:45.770577+0000 mon.smithi016 (mon.0) 16 : cluster [INF] Manager daemon smithi016.ulayit is now available 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.779126+0000 mon.smithi016 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' 2024-02-18T02:21:46.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.784830+0000 mon.smithi016 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/mirror_snapshot_schedule"}]: dispatch 2024-02-18T02:21:46.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.787519+0000 mon.smithi016 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/trash_purge_schedule"}]: dispatch 2024-02-18T02:21:46.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.790722+0000 mon.smithi016 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' 2024-02-18T02:21:46.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:45.792548+0000 mon.smithi016 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.16:0/897292024' entity='mgr.smithi016.ulayit' 2024-02-18T02:21:47.747 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:47.747 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsid": "5692c6d8-ce04-11ee-95ba-87774f69a715", 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "health": { 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 0 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "smithi016" 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:47.748 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T02:21:47.749 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T02:21:47.753 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": true, 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "iostat", 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "nfs", 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "restful" 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ], 2024-02-18T02:21:47.754 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "modified": "2024-02-18T02:21:30.975512+0000", 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "services": {} 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: }, 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T02:21:47.755 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:21:48.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:46.769892+0000 mon.smithi016 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi016.ulayit(active, since 1.00593s) 2024-02-18T02:21:48.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:47.750835+0000 mon.smithi016 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.16:0/4153457170' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T02:21:48.314 INFO:teuthology.orchestra.run.smithi016.stderr:mgr is available 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [global] 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: fsid = 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [mgr] 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T02:21:49.045 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 2024-02-18T02:21:49.046 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: [osd] 2024-02-18T02:21:49.046 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T02:21:49.046 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T02:21:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:48.770083+0000 mon.smithi016 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi016.ulayit(active, since 3s) 2024-02-18T02:21:49.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:49.049149+0000 mon.smithi016 (mon.0) 25 : audit [INF] from='client.? 172.21.15.16:0/105684622' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T02:21:51.133 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling cephadm module... 2024-02-18T02:21:54.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:53.723873+0000 mon.smithi016 (mon.0) 26 : audit [INF] from='client.? 172.21.15.16:0/233843695' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-18T02:21:55.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:53.777239+0000 mon.smithi016 (mon.0) 27 : audit [INF] from='client.? 172.21.15.16:0/233843695' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-18T02:21:55.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:53.777291+0000 mon.smithi016 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi016.ulayit(active, since 8s) 2024-02-18T02:21:59.645 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:21:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 6, 2024-02-18T02:21:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": false, 2024-02-18T02:21:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "active_name": "smithi016.ulayit", 2024-02-18T02:21:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T02:21:59.646 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:59.284924+0000 mon.smithi016 (mon.0) 29 : cluster [INF] Active manager daemon smithi016.ulayit restarted 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:59.285128+0000 mon.smithi016 (mon.0) 30 : cluster [INF] Activating manager daemon smithi016.ulayit 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:59.287587+0000 mon.smithi016 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:59.287684+0000 mon.smithi016 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi016.ulayit(active, starting, since 0.00264023s) 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.288279+0000 mon.smithi016 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.288915+0000 mon.smithi016 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr metadata", "who": "smithi016.ulayit", "id": "smithi016.ulayit"}]: dispatch 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.289623+0000 mon.smithi016 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T02:21:59.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.289900+0000 mon.smithi016 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T02:21:59.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.290130+0000 mon.smithi016 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T02:21:59.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:21:59.303771+0000 mon.smithi016 (mon.0) 38 : cluster [INF] Manager daemon smithi016.ulayit is now available 2024-02-18T02:21:59.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:21:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.316507+0000 mon.smithi016 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:00.234 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for the mgr to restart... 2024-02-18T02:22:00.234 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr epoch 6... 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:21:59.313879+0000 mgr.smithi016.ulayit (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.408598+0000 mon.smithi016 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.409589+0000 mon.smithi016 (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.411262+0000 mon.smithi016 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.412928+0000 mon.smithi016 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.432650+0000 mon.smithi016 (mon.0) 44 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/mirror_snapshot_schedule"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.435426+0000 mon.smithi016 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/trash_purge_schedule"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:21:59.650781+0000 mon.smithi016 (mon.0) 46 : audit [DBG] from='client.? 172.21.15.16:0/4196154289' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T02:22:00.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:00.289325+0000 mon.smithi016 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi016.ulayit(active, since 1.00428s) 2024-02-18T02:22:00.902 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:22:00.902 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-18T02:22:00.902 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T02:22:00.902 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:22:01.508 INFO:teuthology.orchestra.run.smithi016.stderr:mgr epoch 6 is available 2024-02-18T02:22:01.509 INFO:teuthology.orchestra.run.smithi016.stderr:Setting orchestrator backend to cephadm... 2024-02-18T02:22:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:00.888729+0000 mgr.smithi016.ulayit (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T02:22:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:00.894667+0000 mgr.smithi016.ulayit (mgr.14116) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T02:22:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:01.411409+0000 mon.smithi016 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi016.ulayit(active, since 2s) 2024-02-18T02:22:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:02.237297+0000 mon.smithi016 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:02.290189+0000 mon.smithi016 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:03.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:02.233522+0000 mgr.smithi016.ulayit (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:03.728 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: value unchanged 2024-02-18T02:22:04.363 INFO:teuthology.orchestra.run.smithi016.stderr:Generating ssh key... 2024-02-18T02:22:04.645 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:03.734113+0000 mgr.smithi016.ulayit (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:06.841 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC18cdL5LQXN0C8vnCBOg8CgVXdlDwgd5pK4CQxUSvcM0hW3/0Udp0eWCLdRJLriyWShCDDM6+Iz3jiMZpVxuJtvcmmPI6oZECdauEj43W5+LH6K9J6VqjVBr/RqKsrcf22AzL/td7ln4rL1CmfLNmxCAotCWrcG34kPSrNAVuNR9driGQlTj907WHBHuZ9PKyZrZsPx9acKVb4kpp22x7WaWECupqCoFzm3+ZRkq5zi9mXl8SEtQQfNCzvLIqeAjcqcEL9QXDLbFjgWlkTO2UsSfyGX/kd5RsFwR/SDwn/tUUDWPqHIeXwbrHsK2bc5oWd8mjtaGemqGu/45/5R71sIBXMWcBwRtOPhaAKQl5ykJFmI20r3PN8NjDkrY79vcQI0Vlz8RUO6NZnM+TxA52H77Pz9rqOPTbFa6aXfvnvU3APBSGSnoFHJzu82eX+8zVKjsPwlHe1d7Co1Hr4OnDcZCLHOBOWp8Zgne5G2vvq4q0IXLwogyBrW7dmHdHiJMM= ceph-5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:22:06.861 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:05.094929+0000 mgr.smithi016.ulayit (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:06.861 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:05.095162+0000 mgr.smithi016.ulayit (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-18T02:22:06.861 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:05.465840+0000 mon.smithi016 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:06.861 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:05.467627+0000 mon.smithi016 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:07.454 INFO:teuthology.orchestra.run.smithi016.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-18T02:22:07.454 INFO:teuthology.orchestra.run.smithi016.stderr:Adding key to root@localhost authorized_keys... 2024-02-18T02:22:07.454 INFO:teuthology.orchestra.run.smithi016.stderr:Adding host smithi016... 2024-02-18T02:22:08.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:06.847076+0000 mgr.smithi016.ulayit (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:08.777 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Added host 'smithi016' with addr '172.21.15.16' 2024-02-18T02:22:09.411 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying mon service with default placement... 2024-02-18T02:22:10.161 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-18T02:22:10.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:08.152140+0000 mgr.smithi016.ulayit (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:10.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:08.780933+0000 mon.smithi016 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:10.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:08.781276+0000 mgr.smithi016.ulayit (mgr.14116) 10 : cephadm [INF] Added host smithi016 2024-02-18T02:22:10.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:08.818068+0000 mon.smithi016 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:11.132 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying mgr service with default placement... 2024-02-18T02:22:11.406 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:10.163459+0000 mgr.smithi016.ulayit (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:11.407 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:10.164657+0000 mgr.smithi016.ulayit (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-18T02:22:11.407 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:10.166702+0000 mon.smithi016 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:12.468 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-18T02:22:13.059 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying crash service with default placement... 2024-02-18T02:22:13.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:12.104505+0000 mon.smithi016 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:13.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:12.356565+0000 mon.smithi016 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:13.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:12.470828+0000 mgr.smithi016.ulayit (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:13.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:12.471693+0000 mgr.smithi016.ulayit (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-18T02:22:13.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:12.473822+0000 mon.smithi016 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:13.807 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-18T02:22:14.578 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying prometheus service with default placement... 2024-02-18T02:22:14.894 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:13.809942+0000 mgr.smithi016.ulayit (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:14.894 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:13.810908+0000 mgr.smithi016.ulayit (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-18T02:22:14.894 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:13.813091+0000 mon.smithi016 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:15.592 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-18T02:22:16.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:15.301542+0000 mon.smithi016 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:16.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:15.594551+0000 mgr.smithi016.ulayit (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:16.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:15.595439+0000 mgr.smithi016.ulayit (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-18T02:22:16.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:15.597637+0000 mon.smithi016 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:17.293 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying grafana service with default placement... 2024-02-18T02:22:18.080 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-18T02:22:18.734 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying node-exporter service with default placement... 2024-02-18T02:22:19.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:18.081754+0000 mgr.smithi016.ulayit (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:19.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:18.082604+0000 mgr.smithi016.ulayit (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-18T02:22:19.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:18.084733+0000 mon.smithi016 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:19.486 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-18T02:22:20.125 INFO:teuthology.orchestra.run.smithi016.stderr:Deploying alertmanager service with default placement... 2024-02-18T02:22:20.868 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-18T02:22:20.892 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:19.291089+0000 mgr.smithi016.ulayit (mgr.14116) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:20.892 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:19.488549+0000 mgr.smithi016.ulayit (mgr.14116) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:20.892 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:19.489449+0000 mgr.smithi016.ulayit (mgr.14116) 23 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-18T02:22:20.892 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:19.491646+0000 mon.smithi016 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:22.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:20.870627+0000 mgr.smithi016.ulayit (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:22.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:20.871475+0000 mgr.smithi016.ulayit (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-18T02:22:22.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:20.873702+0000 mon.smithi016 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.16:0/2618878725' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:22.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:21.291462+0000 mgr.smithi016.ulayit (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:23.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:22.312067+0000 mon.smithi016 (mon.0) 65 : audit [INF] from='client.? 172.21.15.16:0/139227706' entity='client.admin' 2024-02-18T02:22:24.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:23.291892+0000 mgr.smithi016.ulayit (mgr.14116) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:24.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:23.680502+0000 mon.smithi016 (mon.0) 66 : audit [INF] from='client.? 172.21.15.16:0/618012484' entity='client.admin' 2024-02-18T02:22:25.240 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling the dashboard module... 2024-02-18T02:22:26.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:25.292122+0000 mgr.smithi016.ulayit (mgr.14116) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:26.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:26.057690+0000 mon.smithi016 (mon.0) 67 : audit [INF] from='client.? 172.21.15.16:0/2967831535' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-18T02:22:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:26.683946+0000 mon.smithi016 (mon.0) 68 : audit [INF] from='client.? 172.21.15.16:0/2967831535' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-18T02:22:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:26.684009+0000 mon.smithi016 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi016.ulayit(active, since 27s) 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "available": true, 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "active_name": "smithi016.ulayit", 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T02:22:28.235 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:22:28.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:28.239984+0000 mon.smithi016 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.16:0/576914980' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T02:22:28.955 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for the mgr to restart... 2024-02-18T02:22:28.956 INFO:teuthology.orchestra.run.smithi016.stderr:Waiting for mgr epoch 9... 2024-02-18T02:22:32.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:32.293138+0000 mon.smithi016 (mon.0) 71 : cluster [INF] Active manager daemon smithi016.ulayit restarted 2024-02-18T02:22:32.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:32.293353+0000 mon.smithi016 (mon.0) 72 : cluster [INF] Activating manager daemon smithi016.ulayit 2024-02-18T02:22:32.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:32.296025+0000 mon.smithi016 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-18T02:22:32.527 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:32.296126+0000 mon.smithi016 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi016.ulayit(active, starting, since 0.00285638s) 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.296927+0000 mon.smithi016 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.297655+0000 mon.smithi016 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr metadata", "who": "smithi016.ulayit", "id": "smithi016.ulayit"}]: dispatch 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.298510+0000 mon.smithi016 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.298669+0000 mon.smithi016 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.298811+0000 mon.smithi016 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T02:22:32.528 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:32.312667+0000 mon.smithi016 (mon.0) 80 : cluster [INF] Manager daemon smithi016.ulayit is now available 2024-02-18T02:22:33.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: { 2024-02-18T02:22:33.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-18T02:22:33.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T02:22:33.298 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: } 2024-02-18T02:22:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.413331+0000 mon.smithi016 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.414906+0000 mon.smithi016 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:22:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.441127+0000 mon.smithi016 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/mirror_snapshot_schedule"}]: dispatch 2024-02-18T02:22:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:32.444306+0000 mon.smithi016 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/trash_purge_schedule"}]: dispatch 2024-02-18T02:22:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:33.297996+0000 mon.smithi016 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi016.ulayit(active, since 1.00473s) 2024-02-18T02:22:34.283 INFO:teuthology.orchestra.run.smithi016.stderr:mgr epoch 9 is available 2024-02-18T02:22:34.284 INFO:teuthology.orchestra.run.smithi016.stderr:Generating a dashboard self-signed certificate... 2024-02-18T02:22:34.556 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:33.297548+0000 mgr.smithi016.ulayit (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T02:22:34.556 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:33.303727+0000 mgr.smithi016.ulayit (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T02:22:34.556 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:33.903919+0000 mon.smithi016 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:35.174 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-18T02:22:36.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:34.905650+0000 mon.smithi016 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi016.ulayit(active, since 2s) 2024-02-18T02:22:36.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:35.025760+0000 mgr.smithi016.ulayit (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:22:36.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:35.178643+0000 mon.smithi016 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:36.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:35.180330+0000 mon.smithi016 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:36.758 INFO:teuthology.orchestra.run.smithi016.stderr:Creating initial admin user... 2024-02-18T02:22:37.768 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$rPYGBdNzDidlI8Q1Ytbgc.ILTZ1llE3VLk6Ljxxiur1dMC9wU60Ei", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708222957, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-18T02:22:38.152 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:37.528914+0000 mgr.smithi016.ulayit (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-02-18T02:22:38.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:37.773800+0000 mon.smithi016 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:38.481 INFO:teuthology.orchestra.run.smithi016.stderr:Fetching dashboard port number... 2024-02-18T02:22:39.215 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: 8443 2024-02-18T02:22:39.825 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:38.780926+0000 mon.smithi016 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi016.ulayit(active, since 6s) 2024-02-18T02:22:39.825 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:39.221485+0000 mon.smithi016 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.16:0/351409165' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-18T02:22:39.831 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: disabled 2024-02-18T02:22:39.839 INFO:teuthology.orchestra.run.smithi016.stderr:systemctl: inactive 2024-02-18T02:22:39.840 INFO:teuthology.orchestra.run.smithi016.stderr:firewalld.service is not enabled 2024-02-18T02:22:39.840 INFO:teuthology.orchestra.run.smithi016.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-18T02:22:39.842 INFO:teuthology.orchestra.run.smithi016.stderr:Ceph Dashboard is now available at: 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr: User: admin 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr: Password: jgnewt19lg 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:39.843 INFO:teuthology.orchestra.run.smithi016.stderr:Enabling autotune for osd_memory_target 2024-02-18T02:22:42.252 INFO:teuthology.orchestra.run.smithi016.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-18T02:22:42.946 INFO:teuthology.orchestra.run.smithi016.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-18T02:22:42.946 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.946 INFO:teuthology.orchestra.run.smithi016.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:22:42.946 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:Or, if you are only running a single cluster on this host: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: ceph telemetry on 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:For more information see: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:22:42.947 INFO:teuthology.orchestra.run.smithi016.stderr:Bootstrap complete. 2024-02-18T02:22:42.988 INFO:tasks.cephadm:Fetching config... 2024-02-18T02:22:42.988 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:22:42.988 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-18T02:22:43.009 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-18T02:22:43.010 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:22:43.010 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-18T02:22:43.070 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-18T02:22:43.070 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:22:43.070 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/keyring of=/dev/stdout 2024-02-18T02:22:43.140 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-18T02:22:43.140 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:22:43.140 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-18T02:22:43.199 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-18T02:22:43.200 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC18cdL5LQXN0C8vnCBOg8CgVXdlDwgd5pK4CQxUSvcM0hW3/0Udp0eWCLdRJLriyWShCDDM6+Iz3jiMZpVxuJtvcmmPI6oZECdauEj43W5+LH6K9J6VqjVBr/RqKsrcf22AzL/td7ln4rL1CmfLNmxCAotCWrcG34kPSrNAVuNR9driGQlTj907WHBHuZ9PKyZrZsPx9acKVb4kpp22x7WaWECupqCoFzm3+ZRkq5zi9mXl8SEtQQfNCzvLIqeAjcqcEL9QXDLbFjgWlkTO2UsSfyGX/kd5RsFwR/SDwn/tUUDWPqHIeXwbrHsK2bc5oWd8mjtaGemqGu/45/5R71sIBXMWcBwRtOPhaAKQl5ykJFmI20r3PN8NjDkrY79vcQI0Vlz8RUO6NZnM+TxA52H77Pz9rqOPTbFa6aXfvnvU3APBSGSnoFHJzu82eX+8zVKjsPwlHe1d7Co1Hr4OnDcZCLHOBOWp8Zgne5G2vvq4q0IXLwogyBrW7dmHdHiJMM= ceph-5692c6d8-ce04-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T02:22:43.282 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC18cdL5LQXN0C8vnCBOg8CgVXdlDwgd5pK4CQxUSvcM0hW3/0Udp0eWCLdRJLriyWShCDDM6+Iz3jiMZpVxuJtvcmmPI6oZECdauEj43W5+LH6K9J6VqjVBr/RqKsrcf22AzL/td7ln4rL1CmfLNmxCAotCWrcG34kPSrNAVuNR9driGQlTj907WHBHuZ9PKyZrZsPx9acKVb4kpp22x7WaWECupqCoFzm3+ZRkq5zi9mXl8SEtQQfNCzvLIqeAjcqcEL9QXDLbFjgWlkTO2UsSfyGX/kd5RsFwR/SDwn/tUUDWPqHIeXwbrHsK2bc5oWd8mjtaGemqGu/45/5R71sIBXMWcBwRtOPhaAKQl5ykJFmI20r3PN8NjDkrY79vcQI0Vlz8RUO6NZnM+TxA52H77Pz9rqOPTbFa6aXfvnvU3APBSGSnoFHJzu82eX+8zVKjsPwlHe1d7Co1Hr4OnDcZCLHOBOWp8Zgne5G2vvq4q0IXLwogyBrW7dmHdHiJMM= ceph-5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:22:43.298 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC18cdL5LQXN0C8vnCBOg8CgVXdlDwgd5pK4CQxUSvcM0hW3/0Udp0eWCLdRJLriyWShCDDM6+Iz3jiMZpVxuJtvcmmPI6oZECdauEj43W5+LH6K9J6VqjVBr/RqKsrcf22AzL/td7ln4rL1CmfLNmxCAotCWrcG34kPSrNAVuNR9driGQlTj907WHBHuZ9PKyZrZsPx9acKVb4kpp22x7WaWECupqCoFzm3+ZRkq5zi9mXl8SEtQQfNCzvLIqeAjcqcEL9QXDLbFjgWlkTO2UsSfyGX/kd5RsFwR/SDwn/tUUDWPqHIeXwbrHsK2bc5oWd8mjtaGemqGu/45/5R71sIBXMWcBwRtOPhaAKQl5ykJFmI20r3PN8NjDkrY79vcQI0Vlz8RUO6NZnM+TxA52H77Pz9rqOPTbFa6aXfvnvU3APBSGSnoFHJzu82eX+8zVKjsPwlHe1d7Co1Hr4OnDcZCLHOBOWp8Zgne5G2vvq4q0IXLwogyBrW7dmHdHiJMM= ceph-5692c6d8-ce04-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T02:22:43.344 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC18cdL5LQXN0C8vnCBOg8CgVXdlDwgd5pK4CQxUSvcM0hW3/0Udp0eWCLdRJLriyWShCDDM6+Iz3jiMZpVxuJtvcmmPI6oZECdauEj43W5+LH6K9J6VqjVBr/RqKsrcf22AzL/td7ln4rL1CmfLNmxCAotCWrcG34kPSrNAVuNR9driGQlTj907WHBHuZ9PKyZrZsPx9acKVb4kpp22x7WaWECupqCoFzm3+ZRkq5zi9mXl8SEtQQfNCzvLIqeAjcqcEL9QXDLbFjgWlkTO2UsSfyGX/kd5RsFwR/SDwn/tUUDWPqHIeXwbrHsK2bc5oWd8mjtaGemqGu/45/5R71sIBXMWcBwRtOPhaAKQl5ykJFmI20r3PN8NjDkrY79vcQI0Vlz8RUO6NZnM+TxA52H77Pz9rqOPTbFa6aXfvnvU3APBSGSnoFHJzu82eX+8zVKjsPwlHe1d7Co1Hr4OnDcZCLHOBOWp8Zgne5G2vvq4q0IXLwogyBrW7dmHdHiJMM= ceph-5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:22:43.356 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-18T02:22:43.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:42.255928+0000 mon.smithi016 (mon.0) 93 : audit [INF] from='client.? 172.21.15.16:0/1199924279' entity='client.admin' 2024-02-18T02:22:47.096 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-18T02:22:47.097 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-18T02:22:47.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:46.264108+0000 mon.smithi016 (mon.0) 94 : audit [INF] from='client.? 172.21.15.16:0/1131584268' entity='client.admin' 2024-02-18T02:22:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:48.100705+0000 mon.smithi016 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:50.245 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2024-02-18T02:22:50.245 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:22:50.245 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2024-02-18T02:22:50.266 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:22:50.266 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T02:22:50.327 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2024-02-18T02:22:50.327 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch host add smithi153 2024-02-18T02:22:50.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:49.356894+0000 mon.smithi016 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:22:50.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:49.361040+0000 mon.smithi016 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:50.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:49.369445+0000 mgr.smithi016.ulayit (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi016 on smithi016 2024-02-18T02:22:50.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:49.672138+0000 mgr.smithi016.ulayit (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-02-18T02:22:50.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:49.675297+0000 mon.smithi016 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:53.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:52.299750+0000 mgr.smithi016.ulayit (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:55.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:54.300110+0000 mgr.smithi016.ulayit (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:57.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:56.300370+0000 mgr.smithi016.ulayit (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:22:58.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:57.432642+0000 mon.smithi016 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:58.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:57.434205+0000 mon.smithi016 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:22:58.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:57.435746+0000 mon.smithi016 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T02:22:58.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:57.436332+0000 mon.smithi016 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:22:58.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:57.436866+0000 mgr.smithi016.ulayit (mgr.14156) 10 : cephadm [INF] Deploying daemon crash.smithi016 on smithi016 2024-02-18T02:22:58.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:57.438590+0000 mon.smithi016 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:22:59.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:22:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:22:58.300571+0000 mgr.smithi016.ulayit (mgr.14156) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.770284+0000 mon.smithi016 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.888229+0000 mon.smithi016 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.889946+0000 mon.smithi016 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.891871+0000 mon.smithi016 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.892236+0000 mgr.smithi016.ulayit (mgr.14156) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:22:59.894517+0000 mon.smithi016 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:22:59.900591+0000 mgr.smithi016.ulayit (mgr.14156) 13 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-02-18T02:23:01.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:00.300995+0000 mgr.smithi016.ulayit (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:03.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:02.301427+0000 mgr.smithi016.ulayit (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:03.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:02.441438+0000 mon.smithi016 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:04.301645+0000 mgr.smithi016.ulayit (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:07.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:06.301854+0000 mgr.smithi016.ulayit (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:09.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:08.302088+0000 mgr.smithi016.ulayit (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:11.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:10.302315+0000 mgr.smithi016.ulayit (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:13.683 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:12.302610+0000 mgr.smithi016.ulayit (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:15.767 INFO:teuthology.orchestra.run.smithi153.stdout:Added host 'smithi153' with addr '172.21.15.153' 2024-02-18T02:23:15.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:14.302870+0000 mgr.smithi016.ulayit (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:15.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:14.684106+0000 mon.smithi016 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:15.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:14.686231+0000 mgr.smithi016.ulayit (mgr.14156) 22 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-02-18T02:23:16.336 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-18T02:23:16.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:15.153786+0000 mgr.smithi016.ulayit (mgr.14156) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:23:16.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:15.771496+0000 mon.smithi016 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:17.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:15.771788+0000 mgr.smithi016.ulayit (mgr.14156) 24 : cephadm [INF] Added host smithi153 2024-02-18T02:23:17.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:16.303580+0000 mgr.smithi016.ulayit (mgr.14156) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:17.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:17.446199+0000 mon.smithi016 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:17.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:17.657006+0000 mon.smithi016 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:17.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:17.659694+0000 mon.smithi016 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-18T02:23:18.311 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:23:18.312 INFO:teuthology.orchestra.run.smithi153.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.153", "hostname": "smithi153", "labels": [], "status": ""}] 2024-02-18T02:23:18.924 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-18T02:23:18.925 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-18T02:23:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:18.659297+0000 mon.smithi016 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.16:0/4059912259' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-18T02:23:19.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:18.659355+0000 mon.smithi016 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi016.ulayit(active, since 46s) 2024-02-18T02:23:21.058 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-02-18T02:23:21.387 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:21.008327+0000 mon.smithi016 (mon.0) 117 : audit [INF] from='client.? 172.21.15.16:0/3144431505' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-18T02:23:21.723 INFO:tasks.cephadm:Adding mon.smithi016 on smithi016 2024-02-18T02:23:21.723 INFO:tasks.cephadm:Adding mon.smithi153 on smithi153 2024-02-18T02:23:21.723 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi016:172.21.15.16=smithi016;smithi153:172.21.15.153=smithi153' 2024-02-18T02:23:22.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:21.060665+0000 mon.smithi016 (mon.0) 118 : audit [INF] from='client.? 172.21.15.16:0/3144431505' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-18T02:23:22.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:21.060714+0000 mon.smithi016 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:24.285112+0000 mon.smithi016 (mon.0) 120 : cluster [INF] Active manager daemon smithi016.ulayit restarted 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:24.285381+0000 mon.smithi016 (mon.0) 121 : cluster [INF] Activating manager daemon smithi016.ulayit 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:24.288233+0000 mon.smithi016 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:24.288349+0000 mon.smithi016 (mon.0) 123 : cluster [DBG] mgrmap e15: smithi016.ulayit(active, starting, since 0.00305685s) 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.289451+0000 mon.smithi016 (mon.0) 124 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.290115+0000 mon.smithi016 (mon.0) 125 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr metadata", "who": "smithi016.ulayit", "id": "smithi016.ulayit"}]: dispatch 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.290982+0000 mon.smithi016 (mon.0) 126 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T02:23:24.520 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.291144+0000 mon.smithi016 (mon.0) 127 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T02:23:24.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.291272+0000 mon.smithi016 (mon.0) 128 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T02:23:24.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:24.304650+0000 mon.smithi016 (mon.0) 129 : cluster [INF] Manager daemon smithi016.ulayit is now available 2024-02-18T02:23:25.290 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mon update... 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.404125+0000 mon.smithi016 (mon.0) 130 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.405380+0000 mon.smithi016 (mon.0) 131 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.435814+0000 mon.smithi016 (mon.0) 132 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.447259+0000 mon.smithi016 (mon.0) 133 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/mirror_snapshot_schedule"}]: dispatch 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.450800+0000 mon.smithi016 (mon.0) 134 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.ulayit/trash_purge_schedule"}]: dispatch 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:24.875638+0000 mon.smithi016 (mon.0) 135 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:25.124543+0000 mon.smithi016 (mon.0) 136 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:25.290808+0000 mon.smithi016 (mon.0) 137 : cluster [DBG] mgrmap e16: smithi016.ulayit(active, since 1.00551s) 2024-02-18T02:23:25.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:25.294870+0000 mon.smithi016 (mon.0) 138 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:26.429 DEBUG:teuthology.orchestra.run.smithi153:mon.smithi153> sudo journalctl -f -n 0 -u ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi153.service 2024-02-18T02:23:26.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T02:23:26.432 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T02:23:26.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:-- Logs begin at Sun 2024-02-18 02:13:37 UTC. -- 2024-02-18T02:23:26.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:25.292760+0000 mgr.smithi016.ulayit (mgr.14184) 2 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=smithi016;smithi153:172.21.15.153=smithi153;count:2 2024-02-18T02:23:27.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:26.340813+0000 mon.smithi016 (mon.0) 139 : cluster [DBG] mgrmap e17: smithi016.ulayit(active, since 2s) 2024-02-18T02:23:29.239 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:23:29.239 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","modified":"2024-02-18T02:21:28.007720Z","created":"2024-02-18T02:21:28.007720Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T02:23:29.240 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2024-02-18T02:23:29.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:28.450720+0000 mon.smithi016 (mon.0) 140 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:29.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:28.749083+0000 mon.smithi016 (mon.0) 141 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:23:29.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:29.244635+0000 mon.smithi016 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.153:0/3997804223' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T02:23:30.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T02:23:30.895 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T02:23:31.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:29.705087+0000 mon.smithi016 (mon.0) 143 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:31.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.174144+0000 mon.smithi016 (mon.0) 144 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:31.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.174970+0000 mon.smithi016 (mon.0) 145 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:23:31.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.175981+0000 mon.smithi016 (mon.0) 146 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:23:31.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.176797+0000 mon.smithi016 (mon.0) 147 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:30.178213+0000 mgr.smithi016.ulayit (mgr.14184) 3 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:30.178542+0000 mgr.smithi016.ulayit (mgr.14184) 4 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:30.192180+0000 mgr.smithi016.ulayit (mgr.14184) 5 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.220794+0000 mon.smithi016 (mon.0) 148 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:30.224392+0000 mgr.smithi016.ulayit (mgr.14184) 6 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.251994+0000 mon.smithi016 (mon.0) 149 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.254614+0000 mon.smithi016 (mon.0) 150 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.256435+0000 mon.smithi016 (mon.0) 151 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.258295+0000 mon.smithi016 (mon.0) 152 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T02:23:31.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:30.259094+0000 mon.smithi016 (mon.0) 153 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:23:31.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:30.259791+0000 mgr.smithi016.ulayit (mgr.14184) 7 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2024-02-18T02:23:35.636 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:23:35.637 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","modified":"2024-02-18T02:21:28.007720Z","created":"2024-02-18T02:21:28.007720Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T02:23:35.638 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:34.564212+0000 mon.smithi016 (mon.0) 154 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:34.566478+0000 mon.smithi016 (mon.0) 155 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.gjgtyf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:34.568640+0000 mon.smithi016 (mon.0) 156 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.gjgtyf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:34.569512+0000 mon.smithi016 (mon.0) 157 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:34.570479+0000 mon.smithi016 (mon.0) 158 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:23:35.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:34.571204+0000 mgr.smithi016.ulayit (mgr.14184) 8 : cephadm [INF] Deploying daemon mgr.smithi153.gjgtyf on smithi153 2024-02-18T02:23:36.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:35.642038+0000 mon.smithi016 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.153:0/3336048697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T02:23:37.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T02:23:37.224 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T02:23:40.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:39.438725+0000 mon.smithi016 (mon.0) 160 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:40.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:40.030106+0000 mon.smithi016 (mon.0) 161 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:40.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:40.032195+0000 mon.smithi016 (mon.0) 162 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:23:40.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:40.032996+0000 mon.smithi016 (mon.0) 163 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:23:41.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:40.033679+0000 mgr.smithi016.ulayit (mgr.14184) 9 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:44.292821+0000 mgr.smithi016.ulayit (mgr.14184) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:44.442693+0000 mon.smithi016 (mon.0) 164 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:44.789607+0000 mon.smithi016 (mon.0) 165 : cluster [DBG] Standby manager daemon smithi153.gjgtyf started 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:44.791197+0000 mon.smithi016 (mon.0) 166 : audit [DBG] from='mgr.? 172.21.15.153:0/414393859' entity='mgr.smithi153.gjgtyf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.gjgtyf/crt"}]: dispatch 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:44.791621+0000 mon.smithi016 (mon.0) 167 : audit [DBG] from='mgr.? 172.21.15.153:0/414393859' entity='mgr.smithi153.gjgtyf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:44.793618+0000 mon.smithi016 (mon.0) 168 : audit [DBG] from='mgr.? 172.21.15.153:0/414393859' entity='mgr.smithi153.gjgtyf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.gjgtyf/key"}]: dispatch 2024-02-18T02:23:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:44.794314+0000 mon.smithi016 (mon.0) 169 : audit [DBG] from='mgr.? 172.21.15.153:0/414393859' entity='mgr.smithi153.gjgtyf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-18T02:23:46.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:45.447465+0000 mon.smithi016 (mon.0) 170 : cluster [DBG] mgrmap e18: smithi016.ulayit(active, since 21s), standbys: smithi153.gjgtyf 2024-02-18T02:23:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:45.447837+0000 mon.smithi016 (mon.0) 171 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr metadata", "who": "smithi153.gjgtyf", "id": "smithi153.gjgtyf"}]: dispatch 2024-02-18T02:23:47.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:46.293204+0000 mgr.smithi016.ulayit (mgr.14184) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:48.542 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:23:48.542 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","modified":"2024-02-18T02:21:28.007720Z","created":"2024-02-18T02:21:28.007720Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T02:23:48.542 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2024-02-18T02:23:48.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:48.432540+0000 mon.smithi016 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.153:0/126174871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T02:23:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:48.293577+0000 mgr.smithi016.ulayit (mgr.14184) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:50.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T02:23:50.137 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T02:23:50.984 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:50 smithi153 systemd[1]: Starting Ceph mon.smithi153 for 5692c6d8-ce04-11ee-95ba-87774f69a715... 2024-02-18T02:23:51.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:50.293809+0000 mgr.smithi016.ulayit (mgr.14184) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.607+0000 7f30569f0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.607+0000 7f30569f0880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.608+0000 7f30569f0880 0 pidfile_write: ignore empty --pid-file 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.612+0000 7f30569f0880 0 load: jerasure load: lrc load: isa 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T02:23:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: DB SUMMARY 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi153/store.db dir, Total Num: 0, files: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi153/store.db: 000003.log size: 511 ; 2024-02-18T02:23:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.env: 0x56145d6f8080 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.fs: Posix File System 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.info_log: 0x56145f608560 2024-02-18T02:23:53.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.statistics: (nil) 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.use_fsync: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T02:23:53.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.db_log_dir: 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi153/store.db 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.write_buffer_manager: 0x561460278450 2024-02-18T02:23:53.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T02:23:53.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T02:23:53.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T02:23:53.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T02:23:53.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T02:23:53.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T02:23:53.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.unordered_write: 0 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T02:23:53.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.row_cache: None 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.wal_filter: None 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T02:23:53.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T02:23:53.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T02:23:53.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_open_files: -1 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Compression algorithms supported: 2024-02-18T02:23:53.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kZSTD supported: 0 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T02:23:53.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000001 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.merge_operator: 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_filter: None 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T02:23:53.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56145f5add10) 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cache_index_and_filter_blocks: 1 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T02:23:53.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: pin_top_level_index_and_filter: 1 2024-02-18T02:23:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: index_type: 0 2024-02-18T02:23:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: data_block_index_type: 0 2024-02-18T02:23:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: index_shortening: 1 2024-02-18T02:23:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T02:23:53.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: hash_index_allow_collision: 1 2024-02-18T02:23:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: checksum: 1 2024-02-18T02:23:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: no_block_cache: 0 2024-02-18T02:23:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_cache: 0x56145f5e2f10 2024-02-18T02:23:53.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_cache_name: BinnedLRUCache 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_cache_options: 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: capacity : 536870912 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: num_shard_bits : 4 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: strict_capacity_limit : 0 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: high_pri_pool_ratio: 0.000 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_cache_compressed: (nil) 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: persistent_cache: (nil) 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_size: 4096 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_size_deviation: 10 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_restart_interval: 16 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: index_block_restart_interval: 1 2024-02-18T02:23:53.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: metadata_block_size: 4096 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: partition_filters: 0 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: use_delta_encoding: 1 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: whole_key_filtering: 1 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: verify_compression: 0 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: read_amp_bytes_per_bit: 0 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: format_version: 2 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: enable_index_compression: 1 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: block_align: 0 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression: NoCompression 2024-02-18T02:23:53.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.num_levels: 7 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T02:23:53.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T02:23:53.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T02:23:53.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T02:23:53.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T02:23:53.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.ttl: 2592000 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.613+0000 7f30569f0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi153/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-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708223032615425, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-18T02:23:53.058 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 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-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708223032615932, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708223032, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.614+0000 7f30569f0880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.615+0000 7f30569f0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708223032616325, "job": 1, "event": "recovery_finished"} 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.615+0000 7f30569f0880 4 rocksdb: DB pointer 0x56145f6ab800 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.615+0000 7f303d7e2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.615+0000 7f303d7e2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** DB Stats ** 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T02:23:53.059 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** Compaction Stats [default] ** 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** Compaction Stats [default] ** 2024-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.060 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Interval compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** Compaction Stats [default] ** 2024-02-18T02:23:53.061 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** Compaction Stats [default] ** 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T02:23:53.062 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T02:23:53.063 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T02:23:53.063 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T02:23:53.063 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:23:53.063 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.615+0000 7f30569f0880 0 mon.smithi153 does not exist in monmap, will attempt to join an existing cluster 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.616+0000 7f30569f0880 0 using public_addr v2:172.21.15.153:0/0 -> [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.616+0000 7f30569f0880 0 starting mon.smithi153 rank -1 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi153 fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.617+0000 7f30569f0880 1 mon.smithi153@-1(???) e0 preinit fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).mds e1 new map 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).mds e1 print_map 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: e1 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T02:23:53.064 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: legacy client fscid: -1 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: No filesystems configured 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-18T02:23:53.065 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.643+0000 7f303ffe7700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:50.293809+0000 mgr.smithi016.ulayit (mgr.14184) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:23:52.644+0000 7f303ffe7700 1 mon.smithi153@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 bash[39070]: 0ca5d39d82df5d075b1bd5008d247e0ad3c52ec13cfa2784caad1030a5fa3c5a 2024-02-18T02:23:53.066 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:52 smithi153 systemd[1]: Started Ceph mon.smithi153 for 5692c6d8-ce04-11ee-95ba-87774f69a715. 2024-02-18T02:23:57.737 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-02-18T02:23:57.738 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":2,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","modified":"2024-02-18T02:23:52.697224Z","created":"2024-02-18T02:21:28.007720Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-18T02:23:57.740 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 2 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:52.294220+0000 mgr.smithi016.ulayit (mgr.14184) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:52.700259+0000 mon.smithi016 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:52.700464+0000 mon.smithi016 (mon.0) 175 : cluster [INF] mon.smithi016 calling monitor election 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:52.713022+0000 mon.smithi016 (mon.0) 176 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:52.717720+0000 mon.smithi016 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.153:0/2050776849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:53.696936+0000 mon.smithi016 (mon.0) 178 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:54.294602+0000 mgr.smithi016.ulayit (mgr.14184) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:54.697013+0000 mon.smithi016 (mon.0) 179 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:54.698343+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:55.696941+0000 mon.smithi016 (mon.0) 180 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:56.294918+0000 mgr.smithi016.ulayit (mgr.14184) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:56.696991+0000 mon.smithi016 (mon.0) 181 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:57.697206+0000 mon.smithi016 (mon.0) 182 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.726201+0000 mon.smithi016 (mon.0) 183 : cluster [INF] mon.smithi016 is new leader, mons smithi016,smithi153 in quorum (ranks 0,1) 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.729674+0000 mon.smithi016 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.741607+0000 mon.smithi016 (mon.0) 185 : cluster [DBG] fsmap 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.741637+0000 mon.smithi016 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.741978+0000 mon.smithi016 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi016.ulayit(active, since 33s), standbys: smithi153.gjgtyf 2024-02-18T02:23:58.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:57.742131+0000 mon.smithi016 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-18T02:23:58.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:57.745817+0000 mon.smithi016 (mon.0) 189 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:52.294220+0000 mgr.smithi016.ulayit (mgr.14184) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:52.700259+0000 mon.smithi016 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:52.700464+0000 mon.smithi016 (mon.0) 175 : cluster [INF] mon.smithi016 calling monitor election 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:52.713022+0000 mon.smithi016 (mon.0) 176 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:52.717720+0000 mon.smithi016 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.153:0/2050776849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:53.696936+0000 mon.smithi016 (mon.0) 178 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:54.294602+0000 mgr.smithi016.ulayit (mgr.14184) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:54.697013+0000 mon.smithi016 (mon.0) 179 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:54.698343+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:55.696941+0000 mon.smithi016 (mon.0) 180 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:56.294918+0000 mgr.smithi016.ulayit (mgr.14184) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:56.696991+0000 mon.smithi016 (mon.0) 181 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:57.697206+0000 mon.smithi016 (mon.0) 182 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.726201+0000 mon.smithi016 (mon.0) 183 : cluster [INF] mon.smithi016 is new leader, mons smithi016,smithi153 in quorum (ranks 0,1) 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.729674+0000 mon.smithi016 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.741607+0000 mon.smithi016 (mon.0) 185 : cluster [DBG] fsmap 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.741637+0000 mon.smithi016 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.741978+0000 mon.smithi016 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi016.ulayit(active, since 33s), standbys: smithi153.gjgtyf 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:57.742131+0000 mon.smithi016 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-18T02:23:58.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:57.745817+0000 mon.smithi016 (mon.0) 189 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:23:58.434 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-18T02:23:58.435 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-18T02:23:59.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:23:57.748129+0000 mgr.smithi016.ulayit (mgr.14184) 17 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2024-02-18T02:23:59.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:23:58.295237+0000 mgr.smithi016.ulayit (mgr.14184) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:59.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:23:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:58.697305+0000 mon.smithi016 (mon.0) 190 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:23:59.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:23:57.748129+0000 mgr.smithi016.ulayit (mgr.14184) 17 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2024-02-18T02:23:59.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:23:58.295237+0000 mgr.smithi016.ulayit (mgr.14184) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:23:59.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:23:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:58.697305+0000 mon.smithi016 (mon.0) 190 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2024-02-18T02:24:00.688 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:24:00.688 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-02-18T02:24:00.688 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 5692c6d8-ce04-11ee-95ba-87774f69a715 2024-02-18T02:24:00.688 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2024-02-18T02:24:00.710 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:23:59.450410+0000 mon.smithi016 (mon.0) 191 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:23:59.450410+0000 mon.smithi016 (mon.0) 191 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:01.349 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-18T02:24:01.349 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:24:01.349 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T02:24:01.382 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:24:01.382 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T02:24:01.453 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:24:01.453 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T02:24:01.486 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:24:01.486 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T02:24:01.554 INFO:tasks.cephadm:Deploying OSDs... 2024-02-18T02:24:01.555 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:24:01.555 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:24:01.574 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T02:24:01.575 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme1n1 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme1n1 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 186179 Links: 1 Device type: 103,1 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:01.634 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:22:46.762797338 +0000 2024-02-18T02:24:01.635 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:49.932612019 +0000 2024-02-18T02:24:01.635 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:49.932612019 +0000 2024-02-18T02:24:01.635 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:24:01.635 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T02:24:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:00.295488+0000 mgr.smithi016.ulayit (mgr.14184) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:00.694603+0000 mon.smithi016 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.16:0/4030453071' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:01.702 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:24:01.702 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:24:01.702 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000115309 s, 4.4 MB/s 2024-02-18T02:24:01.704 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T02:24:01.765 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme2n1 2024-02-18T02:24:01.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:00.295488+0000 mgr.smithi016.ulayit (mgr.14184) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:01.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:00.694603+0000 mon.smithi016 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.16:0/4030453071' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme2n1 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 186280 Links: 1 Device type: 103,2 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:22:46.771797198 +0000 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:50.080609720 +0000 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:50.080609720 +0000 2024-02-18T02:24:01.825 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:24:01.826 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T02:24:01.893 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:24:01.893 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:24:01.893 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000130928 s, 3.9 MB/s 2024-02-18T02:24:01.894 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T02:24:01.954 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme3n1 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme3n1 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 194575 Links: 1 Device type: 103,3 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:22:46.780797058 +0000 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:50.229607406 +0000 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:50.229607406 +0000 2024-02-18T02:24:02.014 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:24:02.014 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T02:24:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:24:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:24:02.082 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000123719 s, 4.1 MB/s 2024-02-18T02:24:02.083 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T02:24:02.143 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme4n1 2024-02-18T02:24:02.202 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme4n1 2024-02-18T02:24:02.202 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.202 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 6h/6d Inode: 194695 Links: 1 Device type: 103,4 2024-02-18T02:24:02.202 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.202 INFO:teuthology.orchestra.run.smithi016.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.203 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-02-18 02:22:46.789796918 +0000 2024-02-18T02:24:02.203 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-02-18 02:20:50.378605091 +0000 2024-02-18T02:24:02.203 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-02-18 02:20:50.378605091 +0000 2024-02-18T02:24:02.203 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-02-18T02:24:02.203 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T02:24:02.269 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-02-18T02:24:02.269 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-02-18T02:24:02.269 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000112028 s, 4.6 MB/s 2024-02-18T02:24:02.270 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T02:24:02.330 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:24:02.330 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T02:24:02.348 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T02:24:02.349 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme1n1 2024-02-18T02:24:02.406 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme1n1 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 187188 Links: 1 Device type: 103,1 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:23:28.175790559 +0000 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:20:51.565512620 +0000 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:20:51.565512620 +0000 2024-02-18T02:24:02.407 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:24:02.407 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T02:24:02.472 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:24:02.472 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:24:02.472 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.00030307 s, 1.7 MB/s 2024-02-18T02:24:02.473 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T02:24:02.532 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme2n1 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme2n1 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 187239 Links: 1 Device type: 103,2 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:23:28.185790385 +0000 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:20:51.713510050 +0000 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:20:51.713510050 +0000 2024-02-18T02:24:02.590 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:24:02.591 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T02:24:02.656 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:24:02.656 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:24:02.656 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000247839 s, 2.1 MB/s 2024-02-18T02:24:02.657 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T02:24:02.716 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme3n1 2024-02-18T02:24:02.774 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme3n1 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 187256 Links: 1 Device type: 103,3 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:23:28.195790211 +0000 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:20:51.859507515 +0000 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:20:51.859507515 +0000 2024-02-18T02:24:02.775 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:24:02.775 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T02:24:02.840 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:24:02.840 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:24:02.840 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000203608 s, 2.5 MB/s 2024-02-18T02:24:02.842 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T02:24:02.901 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme4n1 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme4n1 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 6h/6d Inode: 184273 Links: 1 Device type: 103,4 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T02:24:02.960 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-02-18 02:23:28.205790036 +0000 2024-02-18T02:24:02.961 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-02-18 02:20:52.006504962 +0000 2024-02-18T02:24:02.961 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-02-18 02:20:52.006504962 +0000 2024-02-18T02:24:02.961 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-02-18T02:24:02.961 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T02:24:03.026 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-02-18T02:24:03.026 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-02-18T02:24:03.026 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000264315 s, 1.9 MB/s 2024-02-18T02:24:03.027 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T02:24:03.086 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-18T02:24:03.749 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:02.295824+0000 mgr.smithi016.ulayit (mgr.14184) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:03.749 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:03.572347+0000 mon.smithi016 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:03.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:02.295824+0000 mgr.smithi016.ulayit (mgr.14184) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:03.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:03.572347+0000 mon.smithi016 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:04.649 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:03.587430+0000 mgr.smithi016.ulayit (mgr.14184) 21 : cephadm [INF] Deploying daemon prometheus.smithi153 on smithi153 2024-02-18T02:24:04.649 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:04.454920+0000 mon.smithi016 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:04.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:03.587430+0000 mgr.smithi016.ulayit (mgr.14184) 21 : cephadm [INF] Deploying daemon prometheus.smithi153 on smithi153 2024-02-18T02:24:04.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:04.454920+0000 mon.smithi016 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:05.508 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled osd.all-available-devices update... 2024-02-18T02:24:05.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:04.296095+0000 mgr.smithi016.ulayit (mgr.14184) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:05.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:05.514079+0000 mon.smithi016 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:06.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:04.296095+0000 mgr.smithi016.ulayit (mgr.14184) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:06.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:05.514079+0000 mon.smithi016 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:06.808 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-18T02:24:06.809 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:06.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:05.508568+0000 mgr.smithi016.ulayit (mgr.14184) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:24:06.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:05.510192+0000 mgr.smithi016.ulayit (mgr.14184) 24 : cephadm [INF] Marking host: smithi016 for OSDSpec preview refresh. 2024-02-18T02:24:06.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:05.510270+0000 mgr.smithi016.ulayit (mgr.14184) 25 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2024-02-18T02:24:06.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:05.510594+0000 mgr.smithi016.ulayit (mgr.14184) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-18T02:24:07.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:05.508568+0000 mgr.smithi016.ulayit (mgr.14184) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:24:07.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:05.510192+0000 mgr.smithi016.ulayit (mgr.14184) 24 : cephadm [INF] Marking host: smithi016 for OSDSpec preview refresh. 2024-02-18T02:24:07.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:05.510270+0000 mgr.smithi016.ulayit (mgr.14184) 25 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2024-02-18T02:24:07.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:05.510594+0000 mgr.smithi016.ulayit (mgr.14184) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-18T02:24:07.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:06.296397+0000 mgr.smithi016.ulayit (mgr.14184) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:08.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:06.296397+0000 mgr.smithi016.ulayit (mgr.14184) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:09.201 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:09.922 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:08.296812+0000 mgr.smithi016.ulayit (mgr.14184) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:09.922 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:09.207296+0000 mon.smithi016 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.16:0/3207570677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:09.945 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:24:10.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:08.296812+0000 mgr.smithi016.ulayit (mgr.14184) 28 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:09.207296+0000 mon.smithi016 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.16:0/3207570677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:10.947 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:11.802 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:10.297163+0000 mgr.smithi016.ulayit (mgr.14184) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:10.297163+0000 mgr.smithi016.ulayit (mgr.14184) 29 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:13.305 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:13.775 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:12.297503+0000 mgr.smithi016.ulayit (mgr.14184) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:13.775 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:13.311922+0000 mon.smithi016 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.16:0/3667010649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:13.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:12.297503+0000 mgr.smithi016.ulayit (mgr.14184) 30 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:13.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:13.311922+0000 mon.smithi016 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.16:0/3667010649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:13.939 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:24:14.940 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:15.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:14.297857+0000 mgr.smithi016.ulayit (mgr.14184) 31 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:15.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:15.442786+0000 mon.smithi016 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:15.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:15.443818+0000 mon.smithi016 (mon.0) 199 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:24:15.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:15.448798+0000 mon.smithi016 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:16.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:14.297857+0000 mgr.smithi016.ulayit (mgr.14184) 31 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:16.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:15.442786+0000 mon.smithi016 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:16.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:15.443818+0000 mon.smithi016 (mon.0) 199 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:24:16.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:15.448798+0000 mon.smithi016 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:16.956 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:17.601 INFO:teuthology.orchestra.run.smithi016.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-02-18T02:24:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:16.298154+0000 mgr.smithi016.ulayit (mgr.14184) 32 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:16.963167+0000 mon.smithi016 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.16:0/2735599380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:16.298154+0000 mgr.smithi016.ulayit (mgr.14184) 32 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:18.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:16.963167+0000 mon.smithi016 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.16:0/2735599380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:18.602 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.007245+0000 mon.smithi016 (mon.0) 202 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.011907+0000 mon.smithi016 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.012820+0000 mon.smithi016 (mon.0) 204 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.013694+0000 mon.smithi016 (mon.0) 205 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:18.014831+0000 mgr.smithi016.ulayit (mgr.14184) 33 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:18.015158+0000 mgr.smithi016.ulayit (mgr.14184) 34 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.037316+0000 mon.smithi016 (mon.0) 206 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.040466+0000 mon.smithi016 (mon.0) 207 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.043969+0000 mon.smithi016 (mon.0) 208 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.049159+0000 mon.smithi016 (mon.0) 209 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.053341+0000 mon.smithi016 (mon.0) 210 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:24:19.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.054442+0000 mon.smithi016 (mon.0) 211 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:24:19.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.054690+0000 mon.smithi016 (mon.0) 212 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:18.055287+0000 mon.smithi016 (mon.0) 213 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:18.298551+0000 mgr.smithi016.ulayit (mgr.14184) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:19.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.007245+0000 mon.smithi016 (mon.0) 202 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.011907+0000 mon.smithi016 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.012820+0000 mon.smithi016 (mon.0) 204 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.013694+0000 mon.smithi016 (mon.0) 205 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:24:19.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:18.014831+0000 mgr.smithi016.ulayit (mgr.14184) 33 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-02-18T02:24:19.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:18.015158+0000 mgr.smithi016.ulayit (mgr.14184) 34 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2024-02-18T02:24:19.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.037316+0000 mon.smithi016 (mon.0) 206 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.040466+0000 mon.smithi016 (mon.0) 207 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.043969+0000 mon.smithi016 (mon.0) 208 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.049159+0000 mon.smithi016 (mon.0) 209 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.053341+0000 mon.smithi016 (mon.0) 210 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.054442+0000 mon.smithi016 (mon.0) 211 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.054690+0000 mon.smithi016 (mon.0) 212 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:18.055287+0000 mon.smithi016 (mon.0) 213 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:19.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:18.298551+0000 mgr.smithi016.ulayit (mgr.14184) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:20.728 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:19.460350+0000 mon.smithi016 (mon.0) 214 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:19.460350+0000 mon.smithi016 (mon.0) 214 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:20.298919+0000 mgr.smithi016.ulayit (mgr.14184) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:20.753247+0000 mon.smithi153 (mon.1) 2 : audit [INF] from='client.? 172.21.15.153:0/2650234045' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]: dispatch 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:20.753737+0000 mon.smithi016 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]: dispatch 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:20.757625+0000 mon.smithi016 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]': finished 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:20.757676+0000 mon.smithi016 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T02:24:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:20.757816+0000 mon.smithi016 (mon.0) 218 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:21.767 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:20.298919+0000 mgr.smithi016.ulayit (mgr.14184) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:20.753247+0000 mon.smithi153 (mon.1) 2 : audit [INF] from='client.? 172.21.15.153:0/2650234045' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]: dispatch 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:20.753737+0000 mon.smithi016 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]: dispatch 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:20.757625+0000 mon.smithi016 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b98916ce-fa49-4b91-9102-d703280c5a9a"}]': finished 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:20.757676+0000 mon.smithi016 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T02:24:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:20.757816+0000 mon.smithi016 (mon.0) 218 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:22.619 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708223061,"num_remapped_pgs":0} 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:21.762966+0000 mon.smithi016 (mon.0) 219 : audit [INF] from='client.? 172.21.15.16:0/963256278' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9a16e8f-5624-4cc3-828f-6696797943b7"}]: dispatch 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:21.766708+0000 mon.smithi016 (mon.0) 220 : audit [INF] from='client.? 172.21.15.16:0/963256278' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9a16e8f-5624-4cc3-828f-6696797943b7"}]': finished 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:21.766747+0000 mon.smithi016 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:21.766878+0000 mon.smithi016 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:21.767289+0000 mon.smithi016 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:21.772422+0000 mon.smithi016 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.16:0/3707461761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:22.013527+0000 mon.smithi153 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.153:0/3285812218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:21.762966+0000 mon.smithi016 (mon.0) 219 : audit [INF] from='client.? 172.21.15.16:0/963256278' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9a16e8f-5624-4cc3-828f-6696797943b7"}]: dispatch 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:21.766708+0000 mon.smithi016 (mon.0) 220 : audit [INF] from='client.? 172.21.15.16:0/963256278' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9a16e8f-5624-4cc3-828f-6696797943b7"}]': finished 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:21.766747+0000 mon.smithi016 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:21.766878+0000 mon.smithi016 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:21.767289+0000 mon.smithi016 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:21.772422+0000 mon.smithi016 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.16:0/3707461761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:22.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:22.013527+0000 mon.smithi153 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.153:0/3285812218' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:23.620 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:22.299303+0000 mgr.smithi016.ulayit (mgr.14184) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:23.203554+0000 mon.smithi016 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.16:0/3463884063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:23.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:22.299303+0000 mgr.smithi016.ulayit (mgr.14184) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:23.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:23.203554+0000 mon.smithi016 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.16:0/3463884063' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:25.663 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:25.686 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:24.299598+0000 mgr.smithi016.ulayit (mgr.14184) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.523465+0000 mon.smithi153 (mon.1) 4 : audit [INF] from='client.? 172.21.15.153:0/2390121559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]: dispatch 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.524049+0000 mon.smithi016 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]: dispatch 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.526780+0000 mon.smithi016 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]': finished 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:24.526828+0000 mon.smithi016 (mon.0) 228 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.526937+0000 mon.smithi016 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.527348+0000 mon.smithi016 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:25.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:24.527572+0000 mon.smithi016 (mon.0) 231 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:24.299598+0000 mgr.smithi016.ulayit (mgr.14184) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.523465+0000 mon.smithi153 (mon.1) 4 : audit [INF] from='client.? 172.21.15.153:0/2390121559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]: dispatch 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.524049+0000 mon.smithi016 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]: dispatch 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.526780+0000 mon.smithi016 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac56910f-4480-40b7-ba32-fd61a6b7e2d1"}]': finished 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:24.526828+0000 mon.smithi016 (mon.0) 228 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.526937+0000 mon.smithi016 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.527348+0000 mon.smithi016 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:24.527572+0000 mon.smithi016 (mon.0) 231 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:26.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.668593+0000 mon.smithi016 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.16:0/1593104259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:26.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.711653+0000 mon.smithi153 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.153:0/3560255581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:26.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.747922+0000 mon.smithi016 (mon.0) 233 : audit [INF] from='client.? 172.21.15.16:0/4159976398' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de9ff5b7-1a7f-4249-bcba-381fd42cbafc"}]: dispatch 2024-02-18T02:24:26.743 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.751362+0000 mon.smithi016 (mon.0) 234 : audit [INF] from='client.? 172.21.15.16:0/4159976398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de9ff5b7-1a7f-4249-bcba-381fd42cbafc"}]': finished 2024-02-18T02:24:26.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:25.751404+0000 mon.smithi016 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T02:24:26.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.751482+0000 mon.smithi016 (mon.0) 236 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:26.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.751697+0000 mon.smithi016 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:26.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.751825+0000 mon.smithi016 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:26.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:25.751977+0000 mon.smithi016 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:26.763 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1708223064,"num_remapped_pgs":0} 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.668593+0000 mon.smithi016 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.16:0/1593104259' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.711653+0000 mon.smithi153 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.153:0/3560255581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.747922+0000 mon.smithi016 (mon.0) 233 : audit [INF] from='client.? 172.21.15.16:0/4159976398' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de9ff5b7-1a7f-4249-bcba-381fd42cbafc"}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.751362+0000 mon.smithi016 (mon.0) 234 : audit [INF] from='client.? 172.21.15.16:0/4159976398' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de9ff5b7-1a7f-4249-bcba-381fd42cbafc"}]': finished 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:25.751404+0000 mon.smithi016 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.751482+0000 mon.smithi016 (mon.0) 236 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.751697+0000 mon.smithi016 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.751825+0000 mon.smithi016 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:25.751977+0000 mon.smithi016 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:27.764 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:26.299926+0000 mgr.smithi016.ulayit (mgr.14184) 39 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:27.457609+0000 mon.smithi016 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.16:0/132156844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:27.797 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:26.299926+0000 mgr.smithi016.ulayit (mgr.14184) 39 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:27.797 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:27.457609+0000 mon.smithi016 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.16:0/132156844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:28.488 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.210837+0000 mon.smithi153 (mon.1) 6 : audit [INF] from='client.? 172.21.15.153:0/3615511063' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.211315+0000 mon.smithi016 (mon.0) 241 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.214574+0000 mon.smithi016 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]': finished 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:28.214627+0000 mon.smithi016 (mon.0) 243 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.214731+0000 mon.smithi016 (mon.0) 244 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.215093+0000 mon.smithi016 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.215315+0000 mon.smithi016 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.215547+0000 mon.smithi016 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:28.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:28.215787+0000 mon.smithi016 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:28.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.210837+0000 mon.smithi153 (mon.1) 6 : audit [INF] from='client.? 172.21.15.153:0/3615511063' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]: dispatch 2024-02-18T02:24:28.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.211315+0000 mon.smithi016 (mon.0) 241 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]: dispatch 2024-02-18T02:24:28.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.214574+0000 mon.smithi016 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "35eca752-9a44-4409-bc13-da573d62bed7"}]': finished 2024-02-18T02:24:28.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:28.214627+0000 mon.smithi016 (mon.0) 243 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T02:24:28.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.214731+0000 mon.smithi016 (mon.0) 244 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:28.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.215093+0000 mon.smithi016 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:28.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.215315+0000 mon.smithi016 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:28.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.215547+0000 mon.smithi016 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:28.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:28.215787+0000 mon.smithi016 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:29.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:28.300415+0000 mgr.smithi016.ulayit (mgr.14184) 40 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:29.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:28.300415+0000 mgr.smithi016.ulayit (mgr.14184) 40 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:29.851 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:30.697 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708223068,"num_remapped_pgs":0} 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:29.495008+0000 mon.smithi153 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.153:0/1925147631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:29.857123+0000 mon.smithi016 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.16:0/3979742301' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.013540+0000 mon.smithi016 (mon.0) 250 : audit [INF] from='client.? 172.21.15.16:0/2662269477' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "224984e9-7e95-444f-86de-a6f9a4c5bf19"}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.017332+0000 mon.smithi016 (mon.0) 251 : audit [INF] from='client.? 172.21.15.16:0/2662269477' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "224984e9-7e95-444f-86de-a6f9a4c5bf19"}]': finished 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:30.017373+0000 mon.smithi016 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.017470+0000 mon.smithi016 (mon.0) 253 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.017716+0000 mon.smithi016 (mon.0) 254 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.017872+0000 mon.smithi016 (mon.0) 255 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.018025+0000 mon.smithi016 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.018193+0000 mon.smithi016 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:30.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:30.018341+0000 mon.smithi016 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:29.495008+0000 mon.smithi153 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.153:0/1925147631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:29.857123+0000 mon.smithi016 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.16:0/3979742301' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.013540+0000 mon.smithi016 (mon.0) 250 : audit [INF] from='client.? 172.21.15.16:0/2662269477' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "224984e9-7e95-444f-86de-a6f9a4c5bf19"}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.017332+0000 mon.smithi016 (mon.0) 251 : audit [INF] from='client.? 172.21.15.16:0/2662269477' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "224984e9-7e95-444f-86de-a6f9a4c5bf19"}]': finished 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:30.017373+0000 mon.smithi016 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.017470+0000 mon.smithi016 (mon.0) 253 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.017716+0000 mon.smithi016 (mon.0) 254 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.017872+0000 mon.smithi016 (mon.0) 255 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.018025+0000 mon.smithi016 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.018193+0000 mon.smithi016 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:30.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:30.018341+0000 mon.smithi016 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:30.300698+0000 mgr.smithi016.ulayit (mgr.14184) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:31.425015+0000 mon.smithi016 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.16:0/467287653' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:31.698 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:31.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:30.300698+0000 mgr.smithi016.ulayit (mgr.14184) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:31.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:31.425015+0000 mon.smithi016 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.16:0/467287653' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.024446+0000 mon.smithi153 (mon.1) 8 : audit [INF] from='client.? 172.21.15.153:0/3671780774' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.024936+0000 mon.smithi016 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028123+0000 mon.smithi016 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]': finished 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:32.028186+0000 mon.smithi016 (mon.0) 262 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028274+0000 mon.smithi016 (mon.0) 263 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028528+0000 mon.smithi016 (mon.0) 264 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028686+0000 mon.smithi016 (mon.0) 265 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028843+0000 mon.smithi016 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.028998+0000 mon.smithi016 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.029166+0000 mon.smithi016 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:32.029318+0000 mon.smithi016 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.024446+0000 mon.smithi153 (mon.1) 8 : audit [INF] from='client.? 172.21.15.153:0/3671780774' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]: dispatch 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.024936+0000 mon.smithi016 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]: dispatch 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028123+0000 mon.smithi016 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57e995cb-cb0a-4b3a-80c9-8c7be1ce206d"}]': finished 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:32.028186+0000 mon.smithi016 (mon.0) 262 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028274+0000 mon.smithi016 (mon.0) 263 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028528+0000 mon.smithi016 (mon.0) 264 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:32.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028686+0000 mon.smithi016 (mon.0) 265 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:32.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028843+0000 mon.smithi016 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:32.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.028998+0000 mon.smithi016 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:32.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.029166+0000 mon.smithi016 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:32.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:32.029318+0000 mon.smithi016 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:33.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:32.300952+0000 mgr.smithi016.ulayit (mgr.14184) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:33.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.214633+0000 mon.smithi153 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.153:0/2171797552' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:33.836 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:33.867 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:32.300952+0000 mgr.smithi016.ulayit (mgr.14184) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:33.867 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.214633+0000 mon.smithi153 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.153:0/2171797552' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:34.649 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708223072,"num_remapped_pgs":0} 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.842069+0000 mon.smithi016 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.16:0/2023863702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.975286+0000 mon.smithi016 (mon.0) 271 : audit [INF] from='client.? 172.21.15.16:0/4136603162' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7e2c7dd-8061-41e5-b992-4ce7613d8369"}]: dispatch 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.978618+0000 mon.smithi016 (mon.0) 272 : audit [INF] from='client.? 172.21.15.16:0/4136603162' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7e2c7dd-8061-41e5-b992-4ce7613d8369"}]': finished 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:33.978665+0000 mon.smithi016 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.978788+0000 mon.smithi016 (mon.0) 274 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979031+0000 mon.smithi016 (mon.0) 275 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979190+0000 mon.smithi016 (mon.0) 276 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:34.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979320+0000 mon.smithi016 (mon.0) 277 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:34.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979460+0000 mon.smithi016 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:34.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979582+0000 mon.smithi016 (mon.0) 279 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:34.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979713+0000 mon.smithi016 (mon.0) 280 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:34.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:33.979843+0000 mon.smithi016 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.842069+0000 mon.smithi016 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.16:0/2023863702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.975286+0000 mon.smithi016 (mon.0) 271 : audit [INF] from='client.? 172.21.15.16:0/4136603162' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7e2c7dd-8061-41e5-b992-4ce7613d8369"}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.978618+0000 mon.smithi016 (mon.0) 272 : audit [INF] from='client.? 172.21.15.16:0/4136603162' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7e2c7dd-8061-41e5-b992-4ce7613d8369"}]': finished 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:33.978665+0000 mon.smithi016 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.978788+0000 mon.smithi016 (mon.0) 274 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979031+0000 mon.smithi016 (mon.0) 275 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979190+0000 mon.smithi016 (mon.0) 276 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:34.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979320+0000 mon.smithi016 (mon.0) 277 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:34.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979460+0000 mon.smithi016 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:34.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979582+0000 mon.smithi016 (mon.0) 279 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:34.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979713+0000 mon.smithi016 (mon.0) 280 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:34.949 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:33.979843+0000 mon.smithi016 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:35.650 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:35.759 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:34.301302+0000 mgr.smithi016.ulayit (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:35.760 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:35.409131+0000 mon.smithi016 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.16:0/4235716902' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:35.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:34.301302+0000 mgr.smithi016.ulayit (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:35.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:35.409131+0000 mon.smithi016 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.16:0/4235716902' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T02:24:37.681 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:36.301570+0000 mgr.smithi016.ulayit (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:37.704 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:37.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:36.301570+0000 mgr.smithi016.ulayit (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:38.497 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:24:38.684 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:37.710445+0000 mon.smithi016 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.16:0/3406118107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:38.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:37.710445+0000 mon.smithi016 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.16:0/3406118107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:39.498 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:39.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:38.301871+0000 mgr.smithi016.ulayit (mgr.14184) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:39.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:38.715941+0000 mon.smithi016 (mon.0) 284 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T02:24:39.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:38.716802+0000 mon.smithi016 (mon.0) 285 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:39.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:38.301871+0000 mgr.smithi016.ulayit (mgr.14184) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:39.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:38.715941+0000 mon.smithi016 (mon.0) 284 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T02:24:39.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:38.716802+0000 mon.smithi016 (mon.0) 285 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:40.768 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:38.717587+0000 mgr.smithi016.ulayit (mgr.14184) 46 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-18T02:24:40.838 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:38.717587+0000 mgr.smithi016.ulayit (mgr.14184) 46 : cephadm [INF] Deploying daemon osd.0 on smithi153 2024-02-18T02:24:41.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:40.302286+0000 mgr.smithi016.ulayit (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:41.708 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:40.302286+0000 mgr.smithi016.ulayit (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:42.644 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:42.418939+0000 mon.smithi016 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T02:24:42.645 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:42.419686+0000 mon.smithi016 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:42.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:42.418939+0000 mon.smithi016 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T02:24:42.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:42.419686+0000 mon.smithi016 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:43.059 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:43.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:42.302526+0000 mgr.smithi016.ulayit (mgr.14184) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:43.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:42.420293+0000 mgr.smithi016.ulayit (mgr.14184) 49 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-02-18T02:24:43.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:43.065178+0000 mon.smithi016 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.16:0/356136160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:43.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:42.302526+0000 mgr.smithi016.ulayit (mgr.14184) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:43.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:42.420293+0000 mgr.smithi016.ulayit (mgr.14184) 49 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-02-18T02:24:43.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:43.065178+0000 mon.smithi016 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.16:0/356136160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:44.764 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:24:44.992 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:43.855283+0000 mon.smithi016 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:44.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:43.855914+0000 mon.smithi016 (mon.0) 290 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T02:24:44.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:43.856495+0000 mon.smithi016 (mon.0) 291 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:44.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:43.857029+0000 mgr.smithi016.ulayit (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-18T02:24:44.993 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:44.302954+0000 mgr.smithi016.ulayit (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:45.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:43.855283+0000 mon.smithi016 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:45.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:43.855914+0000 mon.smithi016 (mon.0) 290 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T02:24:45.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:43.856495+0000 mon.smithi016 (mon.0) 291 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:45.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:43.857029+0000 mgr.smithi016.ulayit (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.2 on smithi153 2024-02-18T02:24:45.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:44.302954+0000 mgr.smithi016.ulayit (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:45.765 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:47.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:46.303231+0000 mgr.smithi016.ulayit (mgr.14184) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:47.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:46.964212+0000 mon.smithi153 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T02:24:47.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:46.964590+0000 mon.smithi016 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T02:24:47.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:46.303231+0000 mgr.smithi016.ulayit (mgr.14184) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:47.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:46.964212+0000 mon.smithi153 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T02:24:47.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:46.964590+0000 mon.smithi016 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T02:24:48.471 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.367929+0000 mon.smithi016 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:47.367991+0000 mon.smithi016 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.368120+0000 mon.smithi016 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.368401+0000 mon.smithi016 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.368574+0000 mon.smithi016 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.368762+0000 mon.smithi016 (mon.0) 298 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.368929+0000 mon.smithi016 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.369101+0000 mon.smithi016 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:48.499 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.369160+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:48.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.369266+0000 mon.smithi016 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:48.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.369433+0000 mon.smithi016 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:48.500 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:47.369724+0000 mon.smithi016 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.367929+0000 mon.smithi016 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:47.367991+0000 mon.smithi016 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.368120+0000 mon.smithi016 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.368401+0000 mon.smithi016 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.368574+0000 mon.smithi016 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.368762+0000 mon.smithi016 (mon.0) 298 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:48.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.368929+0000 mon.smithi016 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:48.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.369101+0000 mon.smithi016 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:48.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.369160+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:48.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.369266+0000 mon.smithi016 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:48.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.369433+0000 mon.smithi016 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:48.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:47.369724+0000 mon.smithi016 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:49.629 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:48.303486+0000 mgr.smithi016.ulayit (mgr.14184) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:49.629 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.369848+0000 mon.smithi016 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:48.369912+0000 mon.smithi016 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.370229+0000 mon.smithi016 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.370594+0000 mon.smithi016 (mon.0) 307 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.370863+0000 mon.smithi016 (mon.0) 308 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.373672+0000 mon.smithi016 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.373919+0000 mon.smithi016 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.374166+0000 mon.smithi016 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.374433+0000 mon.smithi016 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.374673+0000 mon.smithi016 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.374943+0000 mon.smithi016 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:48.476987+0000 mon.smithi016 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.16:0/584841617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:49.630 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.116366+0000 mon.smithi016 (mon.0) 316 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:49.631 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.117109+0000 mon.smithi016 (mon.0) 317 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T02:24:49.631 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.117779+0000 mon.smithi016 (mon.0) 318 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:48.303486+0000 mgr.smithi016.ulayit (mgr.14184) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.369848+0000 mon.smithi016 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:48.369912+0000 mon.smithi016 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.370229+0000 mon.smithi016 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.370594+0000 mon.smithi016 (mon.0) 307 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.370863+0000 mon.smithi016 (mon.0) 308 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.373672+0000 mon.smithi016 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.373919+0000 mon.smithi016 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.374166+0000 mon.smithi016 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:49.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.374433+0000 mon.smithi016 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.374673+0000 mon.smithi016 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.374943+0000 mon.smithi016 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:48.476987+0000 mon.smithi016 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.16:0/584841617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.116366+0000 mon.smithi016 (mon.0) 316 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.117109+0000 mon.smithi016 (mon.0) 317 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T02:24:49.636 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.117779+0000 mon.smithi016 (mon.0) 318 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:49.656 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:24:50.503 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:47.958272+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:50.503 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:47.958340+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:50.503 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:49.118361+0000 mgr.smithi016.ulayit (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.4 on smithi153 2024-02-18T02:24:50.503 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:49.374541+0000 mon.smithi016 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282] boot 2024-02-18T02:24:50.503 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:49.374571+0000 mon.smithi016 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.374875+0000 mon.smithi016 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.375123+0000 mon.smithi016 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.375254+0000 mon.smithi016 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.375446+0000 mon.smithi016 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.378949+0000 mon.smithi016 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.379252+0000 mon.smithi016 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.379395+0000 mon.smithi016 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:49.379527+0000 mon.smithi016 (mon.0) 328 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.222166+0000 mon.smithi016 (mon.0) 329 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.222868+0000 mon.smithi016 (mon.0) 330 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T02:24:50.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.223459+0000 mon.smithi016 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:50.657 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:47.958272+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:47.958340+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:49.118361+0000 mgr.smithi016.ulayit (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.4 on smithi153 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:49.374541+0000 mon.smithi016 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.153:6800/1902562282,v1:172.21.15.153:6801/1902562282] boot 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:49.374571+0000 mon.smithi016 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.374875+0000 mon.smithi016 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.375123+0000 mon.smithi016 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:50.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.375254+0000 mon.smithi016 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.375446+0000 mon.smithi016 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.378949+0000 mon.smithi016 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.379252+0000 mon.smithi016 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.379395+0000 mon.smithi016 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:49.379527+0000 mon.smithi016 (mon.0) 328 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.222166+0000 mon.smithi016 (mon.0) 329 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.222868+0000 mon.smithi016 (mon.0) 330 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T02:24:50.688 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.223459+0000 mon.smithi016 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:50.223977+0000 mgr.smithi016.ulayit (mgr.14184) 55 : cephadm [INF] Deploying daemon osd.3 on smithi016 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:50.303725+0000 mgr.smithi016.ulayit (mgr.14184) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:50.384506+0000 mon.smithi016 (mon.0) 332 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.384598+0000 mon.smithi016 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.384812+0000 mon.smithi016 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.384946+0000 mon.smithi016 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:51.512 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.385105+0000 mon.smithi016 (mon.0) 336 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:51.513 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.385239+0000 mon.smithi016 (mon.0) 337 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:51.513 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.385382+0000 mon.smithi016 (mon.0) 338 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:51.513 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:50.385519+0000 mon.smithi016 (mon.0) 339 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:51.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:50.223977+0000 mgr.smithi016.ulayit (mgr.14184) 55 : cephadm [INF] Deploying daemon osd.3 on smithi016 2024-02-18T02:24:51.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:50.303725+0000 mgr.smithi016.ulayit (mgr.14184) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T02:24:51.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:50.384506+0000 mon.smithi016 (mon.0) 332 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T02:24:51.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.384598+0000 mon.smithi016 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:51.626 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.384812+0000 mon.smithi016 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:51.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.384946+0000 mon.smithi016 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:51.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.385105+0000 mon.smithi016 (mon.0) 336 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:51.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.385239+0000 mon.smithi016 (mon.0) 337 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:51.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.385382+0000 mon.smithi016 (mon.0) 338 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:51.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:50.385519+0000 mon.smithi016 (mon.0) 339 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:52.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.263873+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T02:24:52.515 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.264270+0000 mon.smithi016 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T02:24:52.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.263873+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T02:24:52.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.264270+0000 mon.smithi016 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:52.303987+0000 mgr.smithi016.ulayit (mgr.14184) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.390197+0000 mon.smithi016 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:52.390247+0000 mon.smithi016 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.390348+0000 mon.smithi016 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.390585+0000 mon.smithi016 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:53.511 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.390746+0000 mon.smithi016 (mon.0) 345 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.390889+0000 mon.smithi016 (mon.0) 346 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.391011+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.391025+0000 mon.smithi016 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.391189+0000 mon.smithi016 (mon.0) 348 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.391374+0000 mon.smithi016 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:52.391559+0000 mon.smithi016 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:53.512 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.315898+0000 mon.smithi016 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T02:24:53.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:52.303987+0000 mgr.smithi016.ulayit (mgr.14184) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T02:24:53.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.390197+0000 mon.smithi016 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T02:24:53.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:52.390247+0000 mon.smithi016 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T02:24:53.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.390348+0000 mon.smithi016 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.390585+0000 mon.smithi016 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.390746+0000 mon.smithi016 (mon.0) 345 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.390889+0000 mon.smithi016 (mon.0) 346 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.391011+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.391025+0000 mon.smithi016 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.391189+0000 mon.smithi016 (mon.0) 348 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.391374+0000 mon.smithi016 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:52.391559+0000 mon.smithi016 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:53.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.315898+0000 mon.smithi016 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.391957+0000 mon.smithi016 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.392017+0000 mon.smithi016 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:53.392074+0000 mon.smithi016 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.392368+0000 mon.smithi016 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.392667+0000 mon.smithi016 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.392827+0000 mon.smithi016 (mon.0) 357 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:24:54.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.393106+0000 mon.smithi016 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.395822+0000 mon.smithi016 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.395990+0000 mon.smithi016 (mon.0) 360 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.396147+0000 mon.smithi016 (mon.0) 361 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.396298+0000 mon.smithi016 (mon.0) 362 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:53.396447+0000 mon.smithi016 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.290890+0000 mon.smithi016 (mon.0) 364 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.291601+0000 mon.smithi016 (mon.0) 365 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T02:24:54.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.292170+0000 mon.smithi016 (mon.0) 366 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.391957+0000 mon.smithi016 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.392017+0000 mon.smithi016 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:53.392074+0000 mon.smithi016 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.392368+0000 mon.smithi016 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.392667+0000 mon.smithi016 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.392827+0000 mon.smithi016 (mon.0) 357 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:24:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.393106+0000 mon.smithi016 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.395822+0000 mon.smithi016 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.395990+0000 mon.smithi016 (mon.0) 360 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.396147+0000 mon.smithi016 (mon.0) 361 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.396298+0000 mon.smithi016 (mon.0) 362 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:53.396447+0000 mon.smithi016 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.290890+0000 mon.smithi016 (mon.0) 364 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.291601+0000 mon.smithi016 (mon.0) 365 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T02:24:54.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.292170+0000 mon.smithi016 (mon.0) 366 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:55.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:53.290588+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:53.290641+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:54.292658+0000 mgr.smithi016.ulayit (mgr.14184) 58 : cephadm [INF] Deploying daemon osd.6 on smithi153 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:54.304259+0000 mgr.smithi016.ulayit (mgr.14184) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.393148+0000 mon.smithi016 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:54.393215+0000 mon.smithi016 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650] boot 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:54.393249+0000 mon.smithi016 (mon.0) 369 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.393366+0000 mon.smithi016 (mon.0) 370 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.394023+0000 mon.smithi016 (mon.0) 371 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.394564+0000 mon.smithi016 (mon.0) 372 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.399263+0000 mon.smithi016 (mon.0) 373 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.399461+0000 mon.smithi016 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:55.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.399670+0000 mon.smithi016 (mon.0) 375 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:55.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.399863+0000 mon.smithi016 (mon.0) 376 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:55.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:54.400141+0000 mon.smithi016 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:55.726 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:53.290588+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:55.726 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:53.290641+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:55.726 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:54.292658+0000 mgr.smithi016.ulayit (mgr.14184) 58 : cephadm [INF] Deploying daemon osd.6 on smithi153 2024-02-18T02:24:55.726 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:54.304259+0000 mgr.smithi016.ulayit (mgr.14184) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T02:24:55.726 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.393148+0000 mon.smithi016 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:54.393215+0000 mon.smithi016 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.153:6808/1955076650,v1:172.21.15.153:6809/1955076650] boot 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:54.393249+0000 mon.smithi016 (mon.0) 369 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.393366+0000 mon.smithi016 (mon.0) 370 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.394023+0000 mon.smithi016 (mon.0) 371 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.394564+0000 mon.smithi016 (mon.0) 372 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.399263+0000 mon.smithi016 (mon.0) 373 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.399461+0000 mon.smithi016 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.399670+0000 mon.smithi016 (mon.0) 375 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.399863+0000 mon.smithi016 (mon.0) 376 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:55.727 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:54.400141+0000 mon.smithi016 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:55.839 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:54.271855+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:54.271939+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:55.398378+0000 mon.smithi016 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589] boot 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:55.398408+0000 mon.smithi016 (mon.0) 379 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.398715+0000 mon.smithi016 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:56.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.398961+0000 mon.smithi016 (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.399189+0000 mon.smithi016 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.402833+0000 mon.smithi016 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.403004+0000 mon.smithi016 (mon.0) 384 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.403185+0000 mon.smithi016 (mon.0) 385 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.403390+0000 mon.smithi016 (mon.0) 386 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T02:24:56.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:55.845024+0000 mon.smithi016 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.16:0/2914687002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:56.462 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1708223095,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:24:56.736 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:54.271855+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:24:56.736 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:54.271939+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:24:56.736 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:55.398378+0000 mon.smithi016 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.16:6802/63639589,v1:172.21.15.16:6803/63639589] boot 2024-02-18T02:24:56.736 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:55.398408+0000 mon.smithi016 (mon.0) 379 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-18T02:24:56.736 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.398715+0000 mon.smithi016 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.398961+0000 mon.smithi016 (mon.0) 381 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.399189+0000 mon.smithi016 (mon.0) 382 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.402833+0000 mon.smithi016 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.403004+0000 mon.smithi016 (mon.0) 384 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.403185+0000 mon.smithi016 (mon.0) 385 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.403390+0000 mon.smithi016 (mon.0) 386 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T02:24:56.737 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:55.845024+0000 mon.smithi016 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.16:0/2914687002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:24:57.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:56.304666+0000 mgr.smithi016.ulayit (mgr.14184) 60 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.407091+0000 mon.smithi016 (mon.0) 388 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:56.407156+0000 mon.smithi016 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.407264+0000 mon.smithi016 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.407663+0000 mon.smithi016 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.407874+0000 mon.smithi016 (mon.0) 392 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.408131+0000 mon.smithi016 (mon.0) 393 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.408448+0000 mon.smithi016 (mon.0) 394 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.409104+0000 mon.smithi016 (mon.0) 395 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T02:24:57.619 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.989340+0000 mon.smithi016 (mon.0) 396 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:57.620 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.990022+0000 mon.smithi016 (mon.0) 397 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T02:24:57.620 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:56.990591+0000 mon.smithi016 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:56.304666+0000 mgr.smithi016.ulayit (mgr.14184) 60 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.407091+0000 mon.smithi016 (mon.0) 388 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:56.407156+0000 mon.smithi016 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.407264+0000 mon.smithi016 (mon.0) 390 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.407663+0000 mon.smithi016 (mon.0) 391 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:57.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.407874+0000 mon.smithi016 (mon.0) 392 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.408131+0000 mon.smithi016 (mon.0) 393 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.408448+0000 mon.smithi016 (mon.0) 394 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.409104+0000 mon.smithi016 (mon.0) 395 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.989340+0000 mon.smithi016 (mon.0) 396 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.990022+0000 mon.smithi016 (mon.0) 397 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T02:24:57.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:56.990591+0000 mon.smithi016 (mon.0) 398 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:24:58.510 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:24:56.991084+0000 mgr.smithi016.ulayit (mgr.14184) 61 : cephadm [INF] Deploying daemon osd.5 on smithi016 2024-02-18T02:24:58.545 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.410069+0000 mon.smithi016 (mon.0) 399 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T02:24:58.545 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:57.410116+0000 mon.smithi016 (mon.0) 400 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.410243+0000 mon.smithi016 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.410608+0000 mon.smithi016 (mon.0) 402 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.410808+0000 mon.smithi016 (mon.0) 403 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.410971+0000 mon.smithi016 (mon.0) 404 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.411118+0000 mon.smithi016 (mon.0) 405 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.437388+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:24:58.546 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:57.438228+0000 mon.smithi016 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:24:56.991084+0000 mgr.smithi016.ulayit (mgr.14184) 61 : cephadm [INF] Deploying daemon osd.5 on smithi016 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.410069+0000 mon.smithi016 (mon.0) 399 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:57.410116+0000 mon.smithi016 (mon.0) 400 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.410243+0000 mon.smithi016 (mon.0) 401 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.410608+0000 mon.smithi016 (mon.0) 402 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.410808+0000 mon.smithi016 (mon.0) 403 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:58.620 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.410971+0000 mon.smithi016 (mon.0) 404 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:58.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.411118+0000 mon.smithi016 (mon.0) 405 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:58.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.437388+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:24:58.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:57.438228+0000 mon.smithi016 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T02:24:59.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:58.305164+0000 mgr.smithi016.ulayit (mgr.14184) 62 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.415255+0000 mon.smithi016 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:58.415306+0000 mon.smithi016 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.415558+0000 mon.smithi016 (mon.0) 409 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.415846+0000 mon.smithi016 (mon.0) 410 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.416003+0000 mon.smithi016 (mon.0) 411 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.416149+0000 mon.smithi016 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.416284+0000 mon.smithi016 (mon.0) 413 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.420351+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:59.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:24:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:58.420648+0000 mon.smithi016 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:58.305164+0000 mgr.smithi016.ulayit (mgr.14184) 62 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.415255+0000 mon.smithi016 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:58.415306+0000 mon.smithi016 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.415558+0000 mon.smithi016 (mon.0) 409 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.415846+0000 mon.smithi016 (mon.0) 410 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.416003+0000 mon.smithi016 (mon.0) 411 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.416149+0000 mon.smithi016 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.416284+0000 mon.smithi016 (mon.0) 413 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:24:59.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.420351+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:24:59.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:24:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:58.420648+0000 mon.smithi016 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.416038+0000 mon.smithi016 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:59.416108+0000 mon.smithi016 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.416409+0000 mon.smithi016 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.416667+0000 mon.smithi016 (mon.0) 418 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.416924+0000 mon.smithi016 (mon.0) 419 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.419461+0000 mon.smithi016 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:00.477 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.419760+0000 mon.smithi016 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:00.478 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.419998+0000 mon.smithi016 (mon.0) 422 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:00.478 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:24:59.452505+0000 mon.smithi016 (mon.0) 423 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:00.478 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.098558+0000 mon.smithi016 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T02:25:00.670 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.416038+0000 mon.smithi016 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:59.416108+0000 mon.smithi016 (mon.0) 416 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.416409+0000 mon.smithi016 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.416667+0000 mon.smithi016 (mon.0) 418 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.416924+0000 mon.smithi016 (mon.0) 419 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.419461+0000 mon.smithi016 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.419760+0000 mon.smithi016 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.419998+0000 mon.smithi016 (mon.0) 422 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:24:59.452505+0000 mon.smithi016 (mon.0) 423 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:00.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.098558+0000 mon.smithi016 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T02:25:01.397 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1708223100,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:58.435436+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:24:58.435480+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:00.305440+0000 mgr.smithi016.ulayit (mgr.14184) 63 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:00.417429+0000 mon.smithi016 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761] boot 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.417491+0000 mon.smithi016 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:00.417563+0000 mon.smithi016 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.417668+0000 mon.smithi016 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.418424+0000 mon.smithi016 (mon.0) 429 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.418661+0000 mon.smithi016 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:01.462 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.418866+0000 mon.smithi016 (mon.0) 431 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.418994+0000 mon.smithi016 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.422350+0000 mon.smithi016 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:00.676210+0000 mon.smithi016 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.16:0/2895808553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.418555+0000 mon.smithi016 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:01.418613+0000 mon.smithi016 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-18T02:25:01.463 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.418740+0000 mon.smithi016 (mon.0) 437 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:58.435436+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:24:58.435480+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:00.305440+0000 mgr.smithi016.ulayit (mgr.14184) 63 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:00.417429+0000 mon.smithi016 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.153:6816/3208830761,v1:172.21.15.153:6817/3208830761] boot 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.417491+0000 mon.smithi016 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:00.417563+0000 mon.smithi016 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.417668+0000 mon.smithi016 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.418424+0000 mon.smithi016 (mon.0) 429 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.418661+0000 mon.smithi016 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.418866+0000 mon.smithi016 (mon.0) 431 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:01.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.418994+0000 mon.smithi016 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:01.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.422350+0000 mon.smithi016 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:01.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:00.676210+0000 mon.smithi016 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.16:0/2895808553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:01.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.418555+0000 mon.smithi016 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:01.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:01.418613+0000 mon.smithi016 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-18T02:25:01.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.418740+0000 mon.smithi016 (mon.0) 437 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:02.398 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.419057+0000 mon.smithi016 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.420179+0000 mon.smithi016 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.424260+0000 mon.smithi016 (mon.0) 440 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:01.424704+0000 mon.smithi016 (mon.0) 441 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:02.420137+0000 mon.smithi016 (mon.0) 442 : cluster [INF] osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202] boot 2024-02-18T02:25:02.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:02.420162+0000 mon.smithi016 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-18T02:25:02.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.419057+0000 mon.smithi016 (mon.0) 438 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:02.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.420179+0000 mon.smithi016 (mon.0) 439 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:02.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.424260+0000 mon.smithi016 (mon.0) 440 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:02.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:01.424704+0000 mon.smithi016 (mon.0) 441 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:02.610 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:02.420137+0000 mon.smithi016 (mon.0) 442 : cluster [INF] osd.3 [v2:172.21.15.16:6810/2967010202,v1:172.21.15.16:6811/2967010202] boot 2024-02-18T02:25:02.611 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:02.420162+0000 mon.smithi016 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:01.125073+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:01.125120+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:02.305685+0000 mgr.smithi016.ulayit (mgr.14184) 64 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.420794+0000 mon.smithi016 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.421173+0000 mon.smithi016 (mon.0) 445 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.421358+0000 mon.smithi016 (mon.0) 446 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.423780+0000 mon.smithi016 (mon.0) 447 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.561430+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.561798+0000 mon.smithi016 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:02.614865+0000 mon.smithi016 (mon.0) 449 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.421094+0000 mon.smithi016 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T02:25:03.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:03.421149+0000 mon.smithi016 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-18T02:25:03.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.421288+0000 mon.smithi016 (mon.0) 452 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:03.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.421651+0000 mon.smithi016 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:03.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.421876+0000 mon.smithi016 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:01.125073+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:01.125120+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:02.305685+0000 mgr.smithi016.ulayit (mgr.14184) 64 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.420794+0000 mon.smithi016 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.421173+0000 mon.smithi016 (mon.0) 445 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.421358+0000 mon.smithi016 (mon.0) 446 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.423780+0000 mon.smithi016 (mon.0) 447 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.561430+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.561798+0000 mon.smithi016 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T02:25:03.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:02.614865+0000 mon.smithi016 (mon.0) 449 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:03.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.421094+0000 mon.smithi016 (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T02:25:03.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:03.421149+0000 mon.smithi016 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-18T02:25:03.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.421288+0000 mon.smithi016 (mon.0) 452 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:03.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.421651+0000 mon.smithi016 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:03.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.421876+0000 mon.smithi016 (mon.0) 454 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:04.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.425647+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:25:04.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:03.428856+0000 mon.smithi016 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:25:04.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:04.422801+0000 mon.smithi016 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:25:04.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:04.422855+0000 mon.smithi016 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-18T02:25:04.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:04.422996+0000 mon.smithi016 (mon.0) 458 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:04.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:04.423287+0000 mon.smithi016 (mon.0) 459 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:04.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:04.423462+0000 mon.smithi016 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:04.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.425647+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:03.428856+0000 mon.smithi016 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:04.422801+0000 mon.smithi016 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:04.422855+0000 mon.smithi016 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:04.422996+0000 mon.smithi016 (mon.0) 458 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:04.423287+0000 mon.smithi016 (mon.0) 459 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:04.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:04.423462+0000 mon.smithi016 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:05.259 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:05.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:04.306177+0000 mgr.smithi016.ulayit (mgr.14184) 65 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:25:05.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:04.429907+0000 mon.smithi016 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:05.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:05.265463+0000 mon.smithi016 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.16:0/3688002963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:05.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:04.306177+0000 mgr.smithi016.ulayit (mgr.14184) 65 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:25:05.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:04.429907+0000 mon.smithi016 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:05.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:05.265463+0000 mon.smithi016 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.16:0/3688002963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:05.950 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":30,"num_osds":8,"num_up_osds":5,"osd_up_since":1708223102,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:06.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:03.523022+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:06.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:03.523132+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:06.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:05.427325+0000 mon.smithi016 (mon.0) 463 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:05.432852+0000 mon.smithi016 (mon.0) 464 : cluster [INF] osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954] boot 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:05.432888+0000 mon.smithi016 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:05.433006+0000 mon.smithi016 (mon.0) 466 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:05.433302+0000 mon.smithi016 (mon.0) 467 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:05.433478+0000 mon.smithi016 (mon.0) 468 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:06.250170+0000 mon.smithi016 (mon.0) 469 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:06.250854+0000 mon.smithi016 (mon.0) 470 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T02:25:06.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:06.251499+0000 mon.smithi016 (mon.0) 471 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:03.523022+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:03.523132+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:05.427325+0000 mon.smithi016 (mon.0) 463 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:05.432852+0000 mon.smithi016 (mon.0) 464 : cluster [INF] osd.6 [v2:172.21.15.153:6824/2814095954,v1:172.21.15.153:6825/2814095954] boot 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:05.432888+0000 mon.smithi016 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:05.433006+0000 mon.smithi016 (mon.0) 466 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:05.433302+0000 mon.smithi016 (mon.0) 467 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:05.433478+0000 mon.smithi016 (mon.0) 468 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:06.250170+0000 mon.smithi016 (mon.0) 469 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:06.250854+0000 mon.smithi016 (mon.0) 470 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T02:25:06.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:06.251499+0000 mon.smithi016 (mon.0) 471 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:06.951 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:25:07.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:06.252041+0000 mgr.smithi016.ulayit (mgr.14184) 66 : cephadm [INF] Deploying daemon osd.7 on smithi016 2024-02-18T02:25:07.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:06.306479+0000 mgr.smithi016.ulayit (mgr.14184) 67 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:25:07.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:06.435161+0000 mon.smithi016 (mon.0) 472 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-18T02:25:07.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:06.435320+0000 mon.smithi016 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:07.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:06.435570+0000 mon.smithi016 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:07.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:06.252041+0000 mgr.smithi016.ulayit (mgr.14184) 66 : cephadm [INF] Deploying daemon osd.7 on smithi016 2024-02-18T02:25:07.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:06.306479+0000 mgr.smithi016.ulayit (mgr.14184) 67 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T02:25:07.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:06.435161+0000 mon.smithi016 (mon.0) 472 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-18T02:25:07.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:06.435320+0000 mon.smithi016 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:07.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:06.435570+0000 mon.smithi016 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:09.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:08.306873+0000 mgr.smithi016.ulayit (mgr.14184) 68 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:09.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.358850+0000 mon.smithi016 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T02:25:09.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:08.306873+0000 mgr.smithi016.ulayit (mgr.14184) 68 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:09.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.358850+0000 mon.smithi016 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T02:25:09.933 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:10.645 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.439835+0000 mon.smithi016 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T02:25:10.645 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:09.439913+0000 mon.smithi016 (mon.0) 477 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-18T02:25:10.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.440295+0000 mon.smithi016 (mon.0) 478 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:10.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.440616+0000 mon.smithi016 (mon.0) 479 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:10.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.440971+0000 mon.smithi016 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:10.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:09.939505+0000 mon.smithi016 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.16:0/49125627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:10.666 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1708223105,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.439835+0000 mon.smithi016 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:09.439913+0000 mon.smithi016 (mon.0) 477 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.440295+0000 mon.smithi016 (mon.0) 478 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.440616+0000 mon.smithi016 (mon.0) 479 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.440971+0000 mon.smithi016 (mon.0) 480 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:10.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:09.939505+0000 mon.smithi016 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.16:0/49125627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:11.668 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:10.307302+0000 mgr.smithi016.ulayit (mgr.14184) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:10.441038+0000 mon.smithi016 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:10.441105+0000 mon.smithi016 (mon.0) 483 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:10.441231+0000 mon.smithi016 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:10.441804+0000 mon.smithi016 (mon.0) 485 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:10.445011+0000 mon.smithi016 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:11.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:11.444471+0000 mon.smithi016 (mon.0) 487 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:10.307302+0000 mgr.smithi016.ulayit (mgr.14184) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:10.441038+0000 mon.smithi016 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:10.441105+0000 mon.smithi016 (mon.0) 483 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:10.441231+0000 mon.smithi016 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:10.441804+0000 mon.smithi016 (mon.0) 485 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:10.445011+0000 mon.smithi016 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:11.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:11.444471+0000 mon.smithi016 (mon.0) 487 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:10.375039+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:10.375170+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:11.449642+0000 mon.smithi016 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700] boot 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:11.449669+0000 mon.smithi016 (mon.0) 489 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:11.450093+0000 mon.smithi016 (mon.0) 490 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:12.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:11.450344+0000 mon.smithi016 (mon.0) 491 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:12.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:10.375039+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:12.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:10.375170+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:12.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:11.449642+0000 mon.smithi016 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.16:6818/3855271700,v1:172.21.15.16:6819/3855271700] boot 2024-02-18T02:25:12.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:11.449669+0000 mon.smithi016 (mon.0) 489 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-18T02:25:12.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:11.450093+0000 mon.smithi016 (mon.0) 490 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T02:25:12.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:11.450344+0000 mon.smithi016 (mon.0) 491 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:13.675 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:12.307583+0000 mgr.smithi016.ulayit (mgr.14184) 70 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:13.675 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:12.458448+0000 mon.smithi016 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-18T02:25:13.676 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:12.458705+0000 mon.smithi016 (mon.0) 493 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:13.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:12.307583+0000 mgr.smithi016.ulayit (mgr.14184) 70 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T02:25:13.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:12.458448+0000 mon.smithi016 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-18T02:25:13.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:12.458705+0000 mon.smithi016 (mon.0) 493 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:14.126 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:14.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:14.132152+0000 mon.smithi016 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.16:0/3040129055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:14.904 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:14.132152+0000 mon.smithi016 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.16:0/3040129055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:15.265 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1708223111,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:15.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:14.308041+0000 mgr.smithi016.ulayit (mgr.14184) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:15.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:14.308041+0000 mgr.smithi016.ulayit (mgr.14184) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:16.266 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:25:17.112 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:15.886680+0000 mon.smithi016 (mon.0) 495 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:17.112 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:16.308356+0000 mgr.smithi016.ulayit (mgr.14184) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:17.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:15.886680+0000 mon.smithi016 (mon.0) 495 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:17.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:16.308356+0000 mgr.smithi016.ulayit (mgr.14184) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:19.632 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:19.660 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:18.308734+0000 mgr.smithi016.ulayit (mgr.14184) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:19.660 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:18.974804+0000 mon.smithi016 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T02:25:19.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:18.308734+0000 mgr.smithi016.ulayit (mgr.14184) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:19.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:18.974804+0000 mon.smithi016 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T02:25:20.366 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1708223111,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:20.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:19.365057+0000 mon.smithi016 (mon.0) 497 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T02:25:20.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:19.365136+0000 mon.smithi016 (mon.0) 498 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-18T02:25:20.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:19.365507+0000 mon.smithi016 (mon.0) 499 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:19.365797+0000 mon.smithi016 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:19.638400+0000 mon.smithi016 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.16:0/2346968260' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.366472+0000 mon.smithi016 (mon.0) 502 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:20.366535+0000 mon.smithi016 (mon.0) 503 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-18T02:25:20.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.366709+0000 mon.smithi016 (mon.0) 504 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:19.365057+0000 mon.smithi016 (mon.0) 497 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T02:25:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:19.365136+0000 mon.smithi016 (mon.0) 498 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-18T02:25:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:19.365507+0000 mon.smithi016 (mon.0) 499 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:19.365797+0000 mon.smithi016 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-02-18T02:25:20.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:19.638400+0000 mon.smithi016 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.16:0/2346968260' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:20.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.366472+0000 mon.smithi016 (mon.0) 502 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-02-18T02:25:20.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:20.366535+0000 mon.smithi016 (mon.0) 503 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-18T02:25:20.782 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.366709+0000 mon.smithi016 (mon.0) 504 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:21.367 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T02:25:21.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:20.309332+0000 mgr.smithi016.ulayit (mgr.14184) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.372058+0000 mon.smithi016 (mon.0) 505 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.877382+0000 mon.smithi016 (mon.0) 506 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.878450+0000 mon.smithi016 (mon.0) 507 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.879199+0000 mon.smithi016 (mon.0) 508 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:20.879880+0000 mon.smithi016 (mon.0) 509 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:21.252507+0000 mon.smithi016 (mon.0) 510 : cluster [INF] osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626] boot 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:21.252533+0000 mon.smithi016 (mon.0) 511 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T02:25:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:21.252845+0000 mon.smithi016 (mon.0) 512 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:20.309332+0000 mgr.smithi016.ulayit (mgr.14184) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.372058+0000 mon.smithi016 (mon.0) 505 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.877382+0000 mon.smithi016 (mon.0) 506 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.878450+0000 mon.smithi016 (mon.0) 507 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.879199+0000 mon.smithi016 (mon.0) 508 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:20.879880+0000 mon.smithi016 (mon.0) 509 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:21.252507+0000 mon.smithi016 (mon.0) 510 : cluster [INF] osd.7 [v2:172.21.15.16:6826/2741421626,v1:172.21.15.16:6827/2741421626] boot 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:21.252533+0000 mon.smithi016 (mon.0) 511 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T02:25:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:21.252845+0000 mon.smithi016 (mon.0) 512 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:19.928610+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:19.928676+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:20.878210+0000 mgr.smithi016.ulayit (mgr.14184) 75 : cephadm [INF] Reconfiguring mon.smithi016 (unknown last config time)... 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:20.880514+0000 mgr.smithi016.ulayit (mgr.14184) 76 : cephadm [INF] Reconfiguring daemon mon.smithi016 on smithi016 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:22.254318+0000 mon.smithi016 (mon.0) 513 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:22.357009+0000 mon.smithi016 (mon.0) 514 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:22.614 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:22.358100+0000 mon.smithi016 (mon.0) 515 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.ulayit", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:25:22.615 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:22.358872+0000 mon.smithi016 (mon.0) 516 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:25:22.615 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:22.359625+0000 mon.smithi016 (mon.0) 517 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:19.928610+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:19.928676+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:20.878210+0000 mgr.smithi016.ulayit (mgr.14184) 75 : cephadm [INF] Reconfiguring mon.smithi016 (unknown last config time)... 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:20.880514+0000 mgr.smithi016.ulayit (mgr.14184) 76 : cephadm [INF] Reconfiguring daemon mon.smithi016 on smithi016 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:22.254318+0000 mon.smithi016 (mon.0) 513 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:22.357009+0000 mon.smithi016 (mon.0) 514 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:22.358100+0000 mon.smithi016 (mon.0) 515 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.ulayit", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:22.358872+0000 mon.smithi016 (mon.0) 516 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:25:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:22.359625+0000 mon.smithi016 (mon.0) 517 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:23.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:22.309685+0000 mgr.smithi016.ulayit (mgr.14184) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:23.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:22.357819+0000 mgr.smithi016.ulayit (mgr.14184) 78 : cephadm [INF] Reconfiguring mgr.smithi016.ulayit (unknown last config time)... 2024-02-18T02:25:23.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:22.360310+0000 mgr.smithi016.ulayit (mgr.14184) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi016.ulayit on smithi016 2024-02-18T02:25:23.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:23.257849+0000 mon.smithi016 (mon.0) 518 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T02:25:23.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:22.309685+0000 mgr.smithi016.ulayit (mgr.14184) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:22.357819+0000 mgr.smithi016.ulayit (mgr.14184) 78 : cephadm [INF] Reconfiguring mgr.smithi016.ulayit (unknown last config time)... 2024-02-18T02:25:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:22.360310+0000 mgr.smithi016.ulayit (mgr.14184) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi016.ulayit on smithi016 2024-02-18T02:25:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:23.257849+0000 mon.smithi016 (mon.0) 518 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T02:25:24.978 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:25.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:24.309991+0000 mgr.smithi016.ulayit (mgr.14184) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:25.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:24.984639+0000 mon.smithi016 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.16:0/1595836613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:25.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:25.265031+0000 mon.smithi016 (mon.0) 520 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:25.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:24.309991+0000 mgr.smithi016.ulayit (mgr.14184) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:25.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:24.984639+0000 mon.smithi016 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.16:0/1595836613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T02:25:25.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:25.265031+0000 mon.smithi016 (mon.0) 520 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:26.422 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1708223121,"num_in_osds":8,"osd_in_since":1708223073,"num_remapped_pgs":0} 2024-02-18T02:25:26.423 INFO:tasks.cephadm:Setting up client nodes... 2024-02-18T02:25:26.423 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T02:25:26.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:25.265749+0000 mgr.smithi016.ulayit (mgr.14184) 81 : cephadm [INF] Reconfiguring alertmanager.smithi016 (dependencies changed)... 2024-02-18T02:25:26.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:25.271410+0000 mgr.smithi016.ulayit (mgr.14184) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi016 on smithi016 2024-02-18T02:25:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:25.265749+0000 mgr.smithi016.ulayit (mgr.14184) 81 : cephadm [INF] Reconfiguring alertmanager.smithi016 (dependencies changed)... 2024-02-18T02:25:26.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:25.271410+0000 mgr.smithi016.ulayit (mgr.14184) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi016 on smithi016 2024-02-18T02:25:27.631 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:26.310471+0000 mgr.smithi016.ulayit (mgr.14184) 83 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:26.310471+0000 mgr.smithi016.ulayit (mgr.14184) 83 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:29.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:28.310958+0000 mgr.smithi016.ulayit (mgr.14184) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:29.739 INFO:teuthology.orchestra.run.smithi016.stdout:[client.0] 2024-02-18T02:25:29.739 INFO:teuthology.orchestra.run.smithi016.stdout: key = AQCZatFllWpJLBAAUxLDu8/IC7H245d4JyzZtg== 2024-02-18T02:25:29.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:28.310958+0000 mgr.smithi016.ulayit (mgr.14184) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:30.557 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:29.742860+0000 mon.smithi016 (mon.0) 521 : audit [INF] from='client.? 172.21.15.16:0/72456717' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:25:30.557 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:29.745918+0000 mon.smithi016 (mon.0) 522 : audit [INF] from='client.? 172.21.15.16:0/72456717' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:25:30.581 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:25:30.581 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-18T02:25:30.581 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-18T02:25:30.626 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T02:25:30.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:29.742860+0000 mon.smithi016 (mon.0) 521 : audit [INF] from='client.? 172.21.15.16:0/72456717' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:25:30.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:29.745918+0000 mon.smithi016 (mon.0) 522 : audit [INF] from='client.? 172.21.15.16:0/72456717' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T02:25:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:30.311436+0000 mgr.smithi016.ulayit (mgr.14184) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:31.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:30.311436+0000 mgr.smithi016.ulayit (mgr.14184) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:32.948 INFO:teuthology.orchestra.run.smithi153.stdout:[client.1] 2024-02-18T02:25:32.949 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQCcatFl4wC9OBAA5JTATJwzNqKqKmFVyHWIRg== 2024-02-18T02:25:33.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:32.311768+0000 mgr.smithi016.ulayit (mgr.14184) 86 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:33.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:32.951268+0000 mon.smithi153 (mon.1) 18 : audit [INF] from='client.? 172.21.15.153:0/766460866' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:25:33.622 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:32.951751+0000 mon.smithi016 (mon.0) 523 : 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-02-18T02:25:33.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:32.955195+0000 mon.smithi016 (mon.0) 524 : 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-02-18T02:25:33.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:33.257555+0000 mon.smithi016 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:33.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:33.258403+0000 mon.smithi016 (mon.0) 526 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:25:33.623 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:33.259089+0000 mon.smithi016 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:33.643 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:25:33.643 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-18T02:25:33.644 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-18T02:25:33.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:32.311768+0000 mgr.smithi016.ulayit (mgr.14184) 86 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:33.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:32.951268+0000 mon.smithi153 (mon.1) 18 : audit [INF] from='client.? 172.21.15.153:0/766460866' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T02:25:33.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:32.951751+0000 mon.smithi016 (mon.0) 523 : 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-02-18T02:25:33.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:32.955195+0000 mon.smithi016 (mon.0) 524 : 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-02-18T02:25:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:33.257555+0000 mon.smithi016 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:33.258403+0000 mon.smithi016 (mon.0) 526 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:25:33.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:33.259089+0000 mon.smithi016 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:33.727 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:25:34.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:33.258164+0000 mgr.smithi016.ulayit (mgr.14184) 87 : cephadm [INF] Reconfiguring crash.smithi016 (monmap changed)... 2024-02-18T02:25:34.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:33.259614+0000 mgr.smithi016.ulayit (mgr.14184) 88 : cephadm [INF] Reconfiguring daemon crash.smithi016 on smithi016 2024-02-18T02:25:34.710 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:33.258164+0000 mgr.smithi016.ulayit (mgr.14184) 87 : cephadm [INF] Reconfiguring crash.smithi016 (monmap changed)... 2024-02-18T02:25:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:33.259614+0000 mgr.smithi016.ulayit (mgr.14184) 88 : cephadm [INF] Reconfiguring daemon crash.smithi016 on smithi016 2024-02-18T02:25:35.566 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:34.312057+0000 mgr.smithi016.ulayit (mgr.14184) 89 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:35.567 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:34.767369+0000 mon.smithi016 (mon.0) 528 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:35.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:34.312057+0000 mgr.smithi016.ulayit (mgr.14184) 89 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:35.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:34.767369+0000 mon.smithi016 (mon.0) 528 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:36.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:34.768017+0000 mgr.smithi016.ulayit (mgr.14184) 90 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-02-18T02:25:36.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:34.799102+0000 mgr.smithi016.ulayit (mgr.14184) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-02-18T02:25:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:34.768017+0000 mgr.smithi016.ulayit (mgr.14184) 90 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-02-18T02:25:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:34.799102+0000 mgr.smithi016.ulayit (mgr.14184) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-02-18T02:25:37.662 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:36.312405+0000 mgr.smithi016.ulayit (mgr.14184) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:37.663 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:37.394268+0000 mon.smithi016 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.16:0/1774296607' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:37.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:36.312405+0000 mgr.smithi016.ulayit (mgr.14184) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:37.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:37.394268+0000 mon.smithi016 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.16:0/1774296607' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:37.839 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:37.839 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","created":"2024-02-18T02:21:30.975025+0000","modified":"2024-02-18T02:25:23.252233+0000","last_up_change":"2024-02-18T02:25:21.248339+0000","last_in_change":"2024-02-18T02:24:33.975809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-18T02:24:55.844730+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":"b98916ce-fa49-4b91-9102-d703280c5a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6801","nonce":1902562282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6803","nonce":1902562282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6807","nonce":1902562282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6805","nonce":1902562282}]},"public_addr":"172.21.15.153:6801/1902562282","cluster_addr":"172.21.15.153:6803/1902562282","heartbeat_back_addr":"172.21.15.153:6807/1902562282","heartbeat_front_addr":"172.21.15.153:6805/1902562282","state":["exists","up"]},{"osd":1,"uuid":"f9a16e8f-5624-4cc3-828f-6696797943b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6803","nonce":63639589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6805","nonce":63639589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6809","nonce":63639589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6807","nonce":63639589}]},"public_addr":"172.21.15.16:6803/63639589","cluster_addr":"172.21.15.16:6805/63639589","heartbeat_back_addr":"172.21.15.16:6809/63639589","heartbeat_front_addr":"172.21.15.16:6807/63639589","state":["exists","up"]},{"osd":2,"uuid":"ac56910f-4480-40b7-ba32-fd61a6b7e2d1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6809","nonce":1955076650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6811","nonce":1955076650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6815","nonce":1955076650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6813","nonce":1955076650}]},"public_addr":"172.21.15.153:6809/1955076650","cluster_addr":"172.21.15.153:6811/1955076650","heartbeat_back_addr":"172.21.15.153:6815/1955076650","heartbeat_front_addr":"172.21.15.153:6813/1955076650","state":["exists","up"]},{"osd":3,"uuid":"de9ff5b7-1a7f-4249-bcba-381fd42cbafc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6811","nonce":2967010202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6813","nonce":2967010202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6817","nonce":2967010202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6815","nonce":2967010202}]},"public_addr":"172.21.15.16:6811/2967010202","cluster_addr":"172.21.15.16:6813/2967010202","heartbeat_back_addr":"172.21.15.16:6817/2967010202","heartbeat_front_addr":"172.21.15.16:6815/2967010202","state":["exists","up"]},{"osd":4,"uuid":"35eca752-9a44-4409-bc13-da573d62bed7","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.153:6816","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6817","nonce":3208830761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6819","nonce":3208830761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6823","nonce":3208830761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6821","nonce":3208830761}]},"public_addr":"172.21.15.153:6817/3208830761","cluster_addr":"172.21.15.153:6819/3208830761","heartbeat_back_addr":"172.21.15.153:6823/3208830761","heartbeat_front_addr":"172.21.15.153:6821/3208830761","state":["exists","up"]},{"osd":5,"uuid":"224984e9-7e95-444f-86de-a6f9a4c5bf19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6819","nonce":3855271700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6821","nonce":3855271700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6825","nonce":3855271700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6823","nonce":3855271700}]},"public_addr":"172.21.15.16:6819/3855271700","cluster_addr":"172.21.15.16:6821/3855271700","heartbeat_back_addr":"172.21.15.16:6825/3855271700","heartbeat_front_addr":"172.21.15.16:6823/3855271700","state":["exists","up"]},{"osd":6,"uuid":"57e995cb-cb0a-4b3a-80c9-8c7be1ce206d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6825","nonce":2814095954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6827","nonce":2814095954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6831","nonce":2814095954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6829","nonce":2814095954}]},"public_addr":"172.21.15.153:6825/2814095954","cluster_addr":"172.21.15.153:6827/2814095954","heartbeat_back_addr":"172.21.15.153:6831/2814095954","heartbeat_front_addr":"172.21.15.153:6829/2814095954","state":["exists","up"]},{"osd":7,"uuid":"a7e2c7dd-8061-41e5-b992-4ce7613d8369","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6827","nonce":2741421626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6829","nonce":2741421626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6833","nonce":2741421626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6831","nonce":2741421626}]},"public_addr":"172.21.15.16:6827/2741421626","cluster_addr":"172.21.15.16:6829/2741421626","heartbeat_back_addr":"172.21.15.16:6833/2741421626","heartbeat_front_addr":"172.21.15.16:6831/2741421626","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-02-18T02:24:47.958343+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-02-18T02:24:54.271944+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-02-18T02:24:53.290644+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-02-18T02:25:01.125123+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-02-18T02:24:58.435482+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-02-18T02:25:10.375173+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-02-18T02:25:03.523137+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-02-18T02:25:19.928680+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6801/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6800/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6801/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:6800/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3496045036":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/290262937":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/1515870576":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3405691160":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/414765587":"2024-02-19T02:21:59.284940+0000","172.21.15.16:0/2113664100":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6800/3549845951":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6801/3549845951":"2024-02-19T02:21:59.284940+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-02-18T02:25:38.479 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-18T02:24:55.844730+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-02-18T02:25:38.480 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-18T02:25:39.407 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:39.649 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:38.312888+0000 mgr.smithi016.ulayit (mgr.14184) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:39.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:38.312888+0000 mgr.smithi016.ulayit (mgr.14184) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:41.640 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:40.313277+0000 mgr.smithi016.ulayit (mgr.14184) 94 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:41.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:40.313277+0000 mgr.smithi016.ulayit (mgr.14184) 94 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:42.111 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-02-18T02:25:42.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:42.117042+0000 mon.smithi016 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.16:0/4007596716' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T02:25:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:42.117042+0000 mon.smithi016 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.16:0/4007596716' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T02:25:43.213 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-18T02:25:43.213 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-18T02:25:43.214 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-18T02:25:43.494 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:43.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:42.313746+0000 mgr.smithi016.ulayit (mgr.14184) 95 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:43.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:42.869653+0000 mon.smithi016 (mon.0) 531 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:43.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:42.870731+0000 mon.smithi016 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:25:43.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:42.871510+0000 mon.smithi016 (mon.0) 533 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:43.689 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:42.313746+0000 mgr.smithi016.ulayit (mgr.14184) 95 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:43.689 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:42.869653+0000 mon.smithi016 (mon.0) 531 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:43.689 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:42.870731+0000 mon.smithi016 (mon.0) 532 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T02:25:43.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:42.871510+0000 mon.smithi016 (mon.0) 533 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:44.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:42.870434+0000 mgr.smithi016.ulayit (mgr.14184) 96 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2024-02-18T02:25:44.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:42.872020+0000 mgr.smithi016.ulayit (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2024-02-18T02:25:44.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:44.270014+0000 mon.smithi016 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:44.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:44.270912+0000 mon.smithi016 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.gjgtyf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:25:44.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:44.271643+0000 mon.smithi016 (mon.0) 536 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:25:44.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:44.272202+0000 mon.smithi016 (mon.0) 537 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:42.870434+0000 mgr.smithi016.ulayit (mgr.14184) 96 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:42.872020+0000 mgr.smithi016.ulayit (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:44.270014+0000 mon.smithi016 (mon.0) 534 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:44.270912+0000 mon.smithi016 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.gjgtyf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:44.271643+0000 mon.smithi016 (mon.0) 536 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T02:25:44.627 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:44.272202+0000 mon.smithi016 (mon.0) 537 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:45.413 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:45.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:44.270616+0000 mgr.smithi016.ulayit (mgr.14184) 98 : cephadm [INF] Reconfiguring mgr.smithi153.gjgtyf (monmap changed)... 2024-02-18T02:25:45.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:44.272723+0000 mgr.smithi016.ulayit (mgr.14184) 99 : cephadm [INF] Reconfiguring daemon mgr.smithi153.gjgtyf on smithi153 2024-02-18T02:25:45.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:44.314275+0000 mgr.smithi016.ulayit (mgr.14184) 100 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:45.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:45.414634+0000 mon.smithi016 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.16:0/4278715972' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T02:25:45.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:44.270616+0000 mgr.smithi016.ulayit (mgr.14184) 98 : cephadm [INF] Reconfiguring mgr.smithi153.gjgtyf (monmap changed)... 2024-02-18T02:25:45.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:44.272723+0000 mgr.smithi016.ulayit (mgr.14184) 99 : cephadm [INF] Reconfiguring daemon mgr.smithi153.gjgtyf on smithi153 2024-02-18T02:25:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:44.314275+0000 mgr.smithi016.ulayit (mgr.14184) 100 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:45.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:45.414634+0000 mon.smithi016 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.16:0/4278715972' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T02:25:46.155 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":18,"active_gid":14184,"active_name":"smithi016.ulayit","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":1078150261},{"type":"v1","addr":"172.21.15.16:6801","nonce":1078150261}]},"active_addr":"172.21.15.16:6801/1078150261","active_change":"2024-02-18T02:23:24.285284+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi153.gjgtyf","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.16:8443/","prometheus":"http://172.21.15.16: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":5,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1436707489}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":3421632846}]}]} 2024-02-18T02:25:46.159 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-18T02:25:46.159 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-18T02:25:46.160 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:25:46.443 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:46.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:45.689501+0000 mon.smithi016 (mon.0) 539 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:45.690124+0000 mgr.smithi016.ulayit (mgr.14184) 101 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2024-02-18T02:25:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:45.690346+0000 mon.smithi016 (mon.0) 540 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:25:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:45.690929+0000 mon.smithi016 (mon.0) 541 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:25:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:45.691490+0000 mon.smithi016 (mon.0) 542 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:46.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:45.692015+0000 mgr.smithi016.ulayit (mgr.14184) 102 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:45.689501+0000 mon.smithi016 (mon.0) 539 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:45.690124+0000 mgr.smithi016.ulayit (mgr.14184) 101 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:45.690346+0000 mon.smithi016 (mon.0) 540 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:45.690929+0000 mon.smithi016 (mon.0) 541 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:45.691490+0000 mon.smithi016 (mon.0) 542 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:25:47.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:45.692015+0000 mgr.smithi016.ulayit (mgr.14184) 102 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2024-02-18T02:25:47.899 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:46.314572+0000 mgr.smithi016.ulayit (mgr.14184) 103 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:47.899 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.108534+0000 mon.smithi016 (mon.0) 543 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:47.899 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.111351+0000 mon.smithi016 (mon.0) 544 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:25:47.899 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.112580+0000 mon.smithi016 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.116596+0000 mon.smithi016 (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.121644+0000 mon.smithi016 (mon.0) 547 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.126462+0000 mon.smithi016 (mon.0) 548 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.130404+0000 mon.smithi016 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.135105+0000 mon.smithi016 (mon.0) 550 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.139592+0000 mon.smithi016 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.144230+0000 mon.smithi016 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:47.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.147234+0000 mon.smithi016 (mon.0) 553 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:25:48.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:46.314572+0000 mgr.smithi016.ulayit (mgr.14184) 103 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.108534+0000 mon.smithi016 (mon.0) 543 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.111351+0000 mon.smithi016 (mon.0) 544 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.112580+0000 mon.smithi016 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.116596+0000 mon.smithi016 (mon.0) 546 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.121644+0000 mon.smithi016 (mon.0) 547 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.126462+0000 mon.smithi016 (mon.0) 548 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.130404+0000 mon.smithi016 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.135105+0000 mon.smithi016 (mon.0) 550 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.139592+0000 mon.smithi016 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.144230+0000 mon.smithi016 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:48.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.147234+0000 mon.smithi016 (mon.0) 553 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:25:48.319 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:48.319 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","created":"2024-02-18T02:21:30.975025+0000","modified":"2024-02-18T02:25:23.252233+0000","last_up_change":"2024-02-18T02:25:21.248339+0000","last_in_change":"2024-02-18T02:24:33.975809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-18T02:24:55.844730+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":"b98916ce-fa49-4b91-9102-d703280c5a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6801","nonce":1902562282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6803","nonce":1902562282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6807","nonce":1902562282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6805","nonce":1902562282}]},"public_addr":"172.21.15.153:6801/1902562282","cluster_addr":"172.21.15.153:6803/1902562282","heartbeat_back_addr":"172.21.15.153:6807/1902562282","heartbeat_front_addr":"172.21.15.153:6805/1902562282","state":["exists","up"]},{"osd":1,"uuid":"f9a16e8f-5624-4cc3-828f-6696797943b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6803","nonce":63639589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6805","nonce":63639589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6809","nonce":63639589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6807","nonce":63639589}]},"public_addr":"172.21.15.16:6803/63639589","cluster_addr":"172.21.15.16:6805/63639589","heartbeat_back_addr":"172.21.15.16:6809/63639589","heartbeat_front_addr":"172.21.15.16:6807/63639589","state":["exists","up"]},{"osd":2,"uuid":"ac56910f-4480-40b7-ba32-fd61a6b7e2d1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6809","nonce":1955076650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6811","nonce":1955076650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6815","nonce":1955076650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6813","nonce":1955076650}]},"public_addr":"172.21.15.153:6809/1955076650","cluster_addr":"172.21.15.153:6811/1955076650","heartbeat_back_addr":"172.21.15.153:6815/1955076650","heartbeat_front_addr":"172.21.15.153:6813/1955076650","state":["exists","up"]},{"osd":3,"uuid":"de9ff5b7-1a7f-4249-bcba-381fd42cbafc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6811","nonce":2967010202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6813","nonce":2967010202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6817","nonce":2967010202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6815","nonce":2967010202}]},"public_addr":"172.21.15.16:6811/2967010202","cluster_addr":"172.21.15.16:6813/2967010202","heartbeat_back_addr":"172.21.15.16:6817/2967010202","heartbeat_front_addr":"172.21.15.16:6815/2967010202","state":["exists","up"]},{"osd":4,"uuid":"35eca752-9a44-4409-bc13-da573d62bed7","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.153:6816","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6817","nonce":3208830761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6819","nonce":3208830761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6823","nonce":3208830761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6821","nonce":3208830761}]},"public_addr":"172.21.15.153:6817/3208830761","cluster_addr":"172.21.15.153:6819/3208830761","heartbeat_back_addr":"172.21.15.153:6823/3208830761","heartbeat_front_addr":"172.21.15.153:6821/3208830761","state":["exists","up"]},{"osd":5,"uuid":"224984e9-7e95-444f-86de-a6f9a4c5bf19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6819","nonce":3855271700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6821","nonce":3855271700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6825","nonce":3855271700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6823","nonce":3855271700}]},"public_addr":"172.21.15.16:6819/3855271700","cluster_addr":"172.21.15.16:6821/3855271700","heartbeat_back_addr":"172.21.15.16:6825/3855271700","heartbeat_front_addr":"172.21.15.16:6823/3855271700","state":["exists","up"]},{"osd":6,"uuid":"57e995cb-cb0a-4b3a-80c9-8c7be1ce206d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6825","nonce":2814095954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6827","nonce":2814095954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6831","nonce":2814095954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6829","nonce":2814095954}]},"public_addr":"172.21.15.153:6825/2814095954","cluster_addr":"172.21.15.153:6827/2814095954","heartbeat_back_addr":"172.21.15.153:6831/2814095954","heartbeat_front_addr":"172.21.15.153:6829/2814095954","state":["exists","up"]},{"osd":7,"uuid":"a7e2c7dd-8061-41e5-b992-4ce7613d8369","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6827","nonce":2741421626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6829","nonce":2741421626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6833","nonce":2741421626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6831","nonce":2741421626}]},"public_addr":"172.21.15.16:6827/2741421626","cluster_addr":"172.21.15.16:6829/2741421626","heartbeat_back_addr":"172.21.15.16:6833/2741421626","heartbeat_front_addr":"172.21.15.16:6831/2741421626","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-02-18T02:24:47.958343+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-02-18T02:24:54.271944+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-02-18T02:24:53.290644+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-02-18T02:25:01.125123+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-02-18T02:24:58.435482+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-02-18T02:25:10.375173+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-02-18T02:25:03.523137+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-02-18T02:25:19.928680+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6801/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6800/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6801/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:6800/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3496045036":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/290262937":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/1515870576":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3405691160":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/414765587":"2024-02-19T02:21:59.284940+0000","172.21.15.16:0/2113664100":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6800/3549845951":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6801/3549845951":"2024-02-19T02:21:59.284940+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-02-18T02:25:48.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.111714+0000 mgr.smithi016.ulayit (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.112853+0000 mgr.smithi016.ulayit (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.121991+0000 mgr.smithi016.ulayit (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.126768+0000 mgr.smithi016.ulayit (mgr.14184) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.135481+0000 mgr.smithi016.ulayit (mgr.14184) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:47.139947+0000 mgr.smithi016.ulayit (mgr.14184) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-18T02:25:48.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:48.325223+0000 mon.smithi016 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.16:0/3453925477' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:49.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.111714+0000 mgr.smithi016.ulayit (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.112853+0000 mgr.smithi016.ulayit (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.121991+0000 mgr.smithi016.ulayit (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.126768+0000 mgr.smithi016.ulayit (mgr.14184) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.135481+0000 mgr.smithi016.ulayit (mgr.14184) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:47.139947+0000 mgr.smithi016.ulayit (mgr.14184) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi153.front.sepia.ceph.com:9095"}]: dispatch 2024-02-18T02:25:49.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:48.325223+0000 mon.smithi016 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.16:0/3453925477' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:49.680 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-18T02:25:49.730 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T02:25:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:48.314924+0000 mgr.smithi016.ulayit (mgr.14184) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:50.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:48.314924+0000 mgr.smithi016.ulayit (mgr.14184) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:50.503 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:51.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:49.928696+0000 mon.smithi016 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:51.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:50.315269+0000 mgr.smithi016.ulayit (mgr.14184) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:51.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:49.928696+0000 mon.smithi016 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:51.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:50.315269+0000 mgr.smithi016.ulayit (mgr.14184) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:53.000 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:25:53.000 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":41,"fsid":"5692c6d8-ce04-11ee-95ba-87774f69a715","created":"2024-02-18T02:21:30.975025+0000","modified":"2024-02-18T02:25:23.252233+0000","last_up_change":"2024-02-18T02:25:21.248339+0000","last_in_change":"2024-02-18T02:24:33.975809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-18T02:24:55.844730+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":"b98916ce-fa49-4b91-9102-d703280c5a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6801","nonce":1902562282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6803","nonce":1902562282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6807","nonce":1902562282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1902562282},{"type":"v1","addr":"172.21.15.153:6805","nonce":1902562282}]},"public_addr":"172.21.15.153:6801/1902562282","cluster_addr":"172.21.15.153:6803/1902562282","heartbeat_back_addr":"172.21.15.153:6807/1902562282","heartbeat_front_addr":"172.21.15.153:6805/1902562282","state":["exists","up"]},{"osd":1,"uuid":"f9a16e8f-5624-4cc3-828f-6696797943b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6803","nonce":63639589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6805","nonce":63639589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6809","nonce":63639589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":63639589},{"type":"v1","addr":"172.21.15.16:6807","nonce":63639589}]},"public_addr":"172.21.15.16:6803/63639589","cluster_addr":"172.21.15.16:6805/63639589","heartbeat_back_addr":"172.21.15.16:6809/63639589","heartbeat_front_addr":"172.21.15.16:6807/63639589","state":["exists","up"]},{"osd":2,"uuid":"ac56910f-4480-40b7-ba32-fd61a6b7e2d1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6809","nonce":1955076650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6811","nonce":1955076650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6815","nonce":1955076650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1955076650},{"type":"v1","addr":"172.21.15.153:6813","nonce":1955076650}]},"public_addr":"172.21.15.153:6809/1955076650","cluster_addr":"172.21.15.153:6811/1955076650","heartbeat_back_addr":"172.21.15.153:6815/1955076650","heartbeat_front_addr":"172.21.15.153:6813/1955076650","state":["exists","up"]},{"osd":3,"uuid":"de9ff5b7-1a7f-4249-bcba-381fd42cbafc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6811","nonce":2967010202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6813","nonce":2967010202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6817","nonce":2967010202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":2967010202},{"type":"v1","addr":"172.21.15.16:6815","nonce":2967010202}]},"public_addr":"172.21.15.16:6811/2967010202","cluster_addr":"172.21.15.16:6813/2967010202","heartbeat_back_addr":"172.21.15.16:6817/2967010202","heartbeat_front_addr":"172.21.15.16:6815/2967010202","state":["exists","up"]},{"osd":4,"uuid":"35eca752-9a44-4409-bc13-da573d62bed7","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.153:6816","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6817","nonce":3208830761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6819","nonce":3208830761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6823","nonce":3208830761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3208830761},{"type":"v1","addr":"172.21.15.153:6821","nonce":3208830761}]},"public_addr":"172.21.15.153:6817/3208830761","cluster_addr":"172.21.15.153:6819/3208830761","heartbeat_back_addr":"172.21.15.153:6823/3208830761","heartbeat_front_addr":"172.21.15.153:6821/3208830761","state":["exists","up"]},{"osd":5,"uuid":"224984e9-7e95-444f-86de-a6f9a4c5bf19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6819","nonce":3855271700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6821","nonce":3855271700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6825","nonce":3855271700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":3855271700},{"type":"v1","addr":"172.21.15.16:6823","nonce":3855271700}]},"public_addr":"172.21.15.16:6819/3855271700","cluster_addr":"172.21.15.16:6821/3855271700","heartbeat_back_addr":"172.21.15.16:6825/3855271700","heartbeat_front_addr":"172.21.15.16:6823/3855271700","state":["exists","up"]},{"osd":6,"uuid":"57e995cb-cb0a-4b3a-80c9-8c7be1ce206d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6825","nonce":2814095954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6827","nonce":2814095954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6831","nonce":2814095954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2814095954},{"type":"v1","addr":"172.21.15.153:6829","nonce":2814095954}]},"public_addr":"172.21.15.153:6825/2814095954","cluster_addr":"172.21.15.153:6827/2814095954","heartbeat_back_addr":"172.21.15.153:6831/2814095954","heartbeat_front_addr":"172.21.15.153:6829/2814095954","state":["exists","up"]},{"osd":7,"uuid":"a7e2c7dd-8061-41e5-b992-4ce7613d8369","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6827","nonce":2741421626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6829","nonce":2741421626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6833","nonce":2741421626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":2741421626},{"type":"v1","addr":"172.21.15.16:6831","nonce":2741421626}]},"public_addr":"172.21.15.16:6827/2741421626","cluster_addr":"172.21.15.16:6829/2741421626","heartbeat_back_addr":"172.21.15.16:6833/2741421626","heartbeat_front_addr":"172.21.15.16:6831/2741421626","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-02-18T02:24:47.958343+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-02-18T02:24:54.271944+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-02-18T02:24:53.290644+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-02-18T02:25:01.125123+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-02-18T02:24:58.435482+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-02-18T02:25:10.375173+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-02-18T02:25:03.523137+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-02-18T02:25:19.928680+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6801/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6800/3260150052":"2024-02-19T02:23:24.285138+0000","172.21.15.16:6801/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:6800/2244604632":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3496045036":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/290262937":"2024-02-19T02:23:24.285138+0000","172.21.15.16:0/1515870576":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/3405691160":"2024-02-19T02:22:32.293155+0000","172.21.15.16:0/414765587":"2024-02-19T02:21:59.284940+0000","172.21.15.16:0/2113664100":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6800/3549845951":"2024-02-19T02:21:59.284940+0000","172.21.15.16:6801/3549845951":"2024-02-19T02:21:59.284940+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-02-18T02:25:53.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:52.315642+0000 mgr.smithi016.ulayit (mgr.14184) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:53.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.005235+0000 mon.smithi016 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.16:0/2616553088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:53.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:52.315642+0000 mgr.smithi016.ulayit (mgr.14184) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:53.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.005235+0000 mon.smithi016 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.16:0/2616553088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T02:25:53.775 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-18T02:25:54.151 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:54.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:53.651128+0000 mgr.smithi016.ulayit (mgr.14184) 113 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-18T02:25:54.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.656529+0000 mon.smithi016 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:54.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.930215+0000 mon.smithi016 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:54.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.930945+0000 mon.smithi016 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:54.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.931595+0000 mon.smithi016 (mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.932196+0000 mon.smithi016 (mon.0) 561 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:53.937055+0000 mon.smithi016 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:25:54.514371+0000 mon.smithi016 (mon.0) 563 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:55.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:53.651128+0000 mgr.smithi016.ulayit (mgr.14184) 113 : cephadm [INF] Detected new or changed devices on smithi153 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.656529+0000 mon.smithi016 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.930215+0000 mon.smithi016 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.930945+0000 mon.smithi016 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.931595+0000 mon.smithi016 (mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.932196+0000 mon.smithi016 (mon.0) 561 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:53.937055+0000 mon.smithi016 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:55.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:25:54.514371+0000 mon.smithi016 (mon.0) 563 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:25:55.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:25:53.932699+0000 mgr.smithi016.ulayit (mgr.14184) 114 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 3736M 2024-02-18T02:25:55.917 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:54.316060+0000 mgr.smithi016.ulayit (mgr.14184) 115 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:56.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:25:53.932699+0000 mgr.smithi016.ulayit (mgr.14184) 114 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 3736M 2024-02-18T02:25:56.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:54.316060+0000 mgr.smithi016.ulayit (mgr.14184) 115 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:57.091 INFO:teuthology.orchestra.run.smithi016.stdout:68719476753 2024-02-18T02:25:57.092 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-18T02:25:57.809 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:56.316477+0000 mgr.smithi016.ulayit (mgr.14184) 116 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:57.841 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:25:58.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:56.316477+0000 mgr.smithi016.ulayit (mgr.14184) 116 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:25:59.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:25:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:25:58.316765+0000 mgr.smithi016.ulayit (mgr.14184) 117 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:25:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:25:58.316765+0000 mgr.smithi016.ulayit (mgr.14184) 117 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:01.117 INFO:teuthology.orchestra.run.smithi016.stdout:90194313232 2024-02-18T02:26:01.117 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-18T02:26:01.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:26:00.231025+0000 mgr.smithi016.ulayit (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi016 2024-02-18T02:26:01.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.236713+0000 mon.smithi016 (mon.0) 564 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:00.317102+0000 mgr.smithi016.ulayit (mgr.14184) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:01.348 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.546568+0000 mon.smithi016 (mon.0) 565 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.547229+0000 mon.smithi016 (mon.0) 566 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.547806+0000 mon.smithi016 (mon.0) 567 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.548376+0000 mon.smithi016 (mon.0) 568 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:26:00.548833+0000 mgr.smithi016.ulayit (mgr.14184) 120 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 3481M 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.552791+0000 mon.smithi016 (mon.0) 569 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.553663+0000 mon.smithi016 (mon.0) 570 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.554245+0000 mon.smithi016 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.557999+0000 mon.smithi016 (mon.0) 572 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.561476+0000 mon.smithi016 (mon.0) 573 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.564225+0000 mon.smithi016 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.565124+0000 mon.smithi016 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.565275+0000 mon.smithi016 (mon.0) 576 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:01.349 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:00.565678+0000 mon.smithi016 (mon.0) 577 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:01.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:26:00.231025+0000 mgr.smithi016.ulayit (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi016 2024-02-18T02:26:01.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.236713+0000 mon.smithi016 (mon.0) 564 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:00.317102+0000 mgr.smithi016.ulayit (mgr.14184) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.546568+0000 mon.smithi016 (mon.0) 565 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.547229+0000 mon.smithi016 (mon.0) 566 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.547806+0000 mon.smithi016 (mon.0) 567 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.548376+0000 mon.smithi016 (mon.0) 568 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:26:00.548833+0000 mgr.smithi016.ulayit (mgr.14184) 120 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 3481M 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.552791+0000 mon.smithi016 (mon.0) 569 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.553663+0000 mon.smithi016 (mon.0) 570 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.554245+0000 mon.smithi016 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.557999+0000 mon.smithi016 (mon.0) 572 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.561476+0000 mon.smithi016 (mon.0) 573 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.564225+0000 mon.smithi016 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.565124+0000 mon.smithi016 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T02:26:01.532 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.565275+0000 mon.smithi016 (mon.0) 576 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:01.533 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:00.565678+0000 mon.smithi016 (mon.0) 577 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:02.498 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:03.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:02.317472+0000 mgr.smithi016.ulayit (mgr.14184) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:03.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:02.317472+0000 mgr.smithi016.ulayit (mgr.14184) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:05.237 INFO:teuthology.orchestra.run.smithi016.stdout:85899345937 2024-02-18T02:26:05.238 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-18T02:26:05.504 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:04.317763+0000 mgr.smithi016.ulayit (mgr.14184) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:05.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:04.317763+0000 mgr.smithi016.ulayit (mgr.14184) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:06.013 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:07.654 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:06.318076+0000 mgr.smithi016.ulayit (mgr.14184) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:07.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:06.318076+0000 mgr.smithi016.ulayit (mgr.14184) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:09.408 INFO:teuthology.orchestra.run.smithi016.stdout:120259084304 2024-02-18T02:26:09.408 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-18T02:26:09.608 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:08.318556+0000 mgr.smithi016.ulayit (mgr.14184) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:09.630 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:08.318556+0000 mgr.smithi016.ulayit (mgr.14184) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:09.877 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:10.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:09.640781+0000 mon.smithi016 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:11.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:09.640781+0000 mon.smithi016 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:11.901 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:10.319247+0000 mgr.smithi016.ulayit (mgr.14184) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:10.319247+0000 mgr.smithi016.ulayit (mgr.14184) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:13.877 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:12.319593+0000 mgr.smithi016.ulayit (mgr.14184) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:13.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:12.319593+0000 mgr.smithi016.ulayit (mgr.14184) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:111669149713 2024-02-18T02:26:14.196 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-18T02:26:14.502 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:15.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:14.319879+0000 mgr.smithi016.ulayit (mgr.14184) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:16.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:14.319879+0000 mgr.smithi016.ulayit (mgr.14184) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:17.585 INFO:teuthology.orchestra.run.smithi016.stdout:150323855376 2024-02-18T02:26:17.585 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-18T02:26:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:16.320391+0000 mgr.smithi016.ulayit (mgr.14184) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:16.646828+0000 mon.smithi016 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:16.649006+0000 mon.smithi016 (mon.0) 580 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:26:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:16.320391+0000 mgr.smithi016.ulayit (mgr.14184) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:16.646828+0000 mon.smithi016 (mon.0) 579 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:16.649006+0000 mon.smithi016 (mon.0) 580 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:26:18.367 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:18.320921+0000 mgr.smithi016.ulayit (mgr.14184) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:19.443447+0000 mon.smithi016 (mon.0) 581 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:20.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:18.320921+0000 mgr.smithi016.ulayit (mgr.14184) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:20.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:19.443447+0000 mon.smithi016 (mon.0) 581 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:21.610 INFO:teuthology.orchestra.run.smithi016.stdout:133143986194 2024-02-18T02:26:21.610 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-18T02:26:21.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:20.321340+0000 mgr.smithi016.ulayit (mgr.14184) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:22.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:20.321340+0000 mgr.smithi016.ulayit (mgr.14184) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:22.326 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:23.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:22.321647+0000 mgr.smithi016.ulayit (mgr.14184) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:23.970 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:22.321647+0000 mgr.smithi016.ulayit (mgr.14184) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:25.563 INFO:teuthology.orchestra.run.smithi016.stdout:167503724558 2024-02-18T02:26:25.563 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-18T02:26:25.852 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:25.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:24.322050+0000 mgr.smithi016.ulayit (mgr.14184) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:26.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:24.322050+0000 mgr.smithi016.ulayit (mgr.14184) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:26.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:25.689642+0000 mon.smithi016 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:25.690568+0000 mon.smithi016 (mon.0) 583 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:25.691238+0000 mon.smithi016 (mon.0) 584 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:26:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:25.695363+0000 mon.smithi016 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:25.699026+0000 mon.smithi016 (mon.0) 586 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:26:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:25.689642+0000 mon.smithi016 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:25.690568+0000 mon.smithi016 (mon.0) 583 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:26:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:25.691238+0000 mon.smithi016 (mon.0) 584 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:26:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:25.695363+0000 mon.smithi016 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:26:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:25.699026+0000 mon.smithi016 (mon.0) 586 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:26:27.784 INFO:teuthology.orchestra.run.smithi016.stdout:68719476759 2024-02-18T02:26:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:26.322339+0000 mgr.smithi016.ulayit (mgr.14184) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:28.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:26.322339+0000 mgr.smithi016.ulayit (mgr.14184) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:28.506 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476753 got 68719476759 for osd.0 2024-02-18T02:26:28.506 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-18T02:26:28.791 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:28.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:27.790864+0000 mon.smithi016 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.16:0/3009375110' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T02:26:29.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:27.790864+0000 mon.smithi016 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.16:0/3009375110' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T02:26:29.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:28.322822+0000 mgr.smithi016.ulayit (mgr.14184) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:30.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:28.322822+0000 mgr.smithi016.ulayit (mgr.14184) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:30.739 INFO:teuthology.orchestra.run.smithi016.stdout:90194313238 2024-02-18T02:26:31.407 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313232 got 90194313238 for osd.1 2024-02-18T02:26:31.407 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-18T02:26:31.687 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:31.957 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:30.323303+0000 mgr.smithi016.ulayit (mgr.14184) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:31.957 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:30.745605+0000 mon.smithi016 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.16:0/3487467330' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T02:26:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:30.323303+0000 mgr.smithi016.ulayit (mgr.14184) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:30.745605+0000 mon.smithi016 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.16:0/3487467330' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T02:26:33.706 INFO:teuthology.orchestra.run.smithi016.stdout:85899345942 2024-02-18T02:26:33.970 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:32.323764+0000 mgr.smithi016.ulayit (mgr.14184) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:34.108 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:32.323764+0000 mgr.smithi016.ulayit (mgr.14184) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:34.573 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345942 for osd.2 2024-02-18T02:26:34.574 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-18T02:26:34.854 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:34.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:33.712761+0000 mon.smithi153 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.16:0/269505702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T02:26:35.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:33.712761+0000 mon.smithi153 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.16:0/269505702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T02:26:35.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:34.324230+0000 mgr.smithi016.ulayit (mgr.14184) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:36.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:34.324230+0000 mgr.smithi016.ulayit (mgr.14184) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:36.799 INFO:teuthology.orchestra.run.smithi016.stdout:120259084309 2024-02-18T02:26:37.511 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084304 got 120259084309 for osd.3 2024-02-18T02:26:37.512 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-18T02:26:37.794 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:37.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:36.324547+0000 mgr.smithi016.ulayit (mgr.14184) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:37.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:36.806283+0000 mon.smithi016 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.16:0/95355068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T02:26:38.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:36.324547+0000 mgr.smithi016.ulayit (mgr.14184) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:38.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:36.806283+0000 mon.smithi016 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.16:0/95355068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T02:26:39.816 INFO:teuthology.orchestra.run.smithi016.stdout:111669149718 2024-02-18T02:26:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:38.325029+0000 mgr.smithi016.ulayit (mgr.14184) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:40.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:38.325029+0000 mgr.smithi016.ulayit (mgr.14184) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:40.473 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149713 got 111669149718 for osd.4 2024-02-18T02:26:40.473 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-18T02:26:40.752 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:40.997 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:39.822832+0000 mon.smithi016 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.16:0/2381812149' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T02:26:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:39.822832+0000 mon.smithi016 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.16:0/2381812149' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T02:26:41.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:40.325516+0000 mgr.smithi016.ulayit (mgr.14184) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:42.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:40.325516+0000 mgr.smithi016.ulayit (mgr.14184) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:42.706 INFO:teuthology.orchestra.run.smithi016.stdout:150323855381 2024-02-18T02:26:42.992 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:42.712258+0000 mon.smithi016 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.16:0/3475580729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T02:26:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:42.712258+0000 mon.smithi016 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.16:0/3475580729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T02:26:43.365 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855376 got 150323855381 for osd.5 2024-02-18T02:26:43.365 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-18T02:26:43.648 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:44.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:42.325906+0000 mgr.smithi016.ulayit (mgr.14184) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:44.109 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:42.325906+0000 mgr.smithi016.ulayit (mgr.14184) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:45.494 INFO:teuthology.orchestra.run.smithi016.stdout:133143986199 2024-02-18T02:26:45.873 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:44.326304+0000 mgr.smithi016.ulayit (mgr.14184) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:45.873 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:45.500473+0000 mon.smithi016 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.16:0/3576297990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T02:26:46.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:44.326304+0000 mgr.smithi016.ulayit (mgr.14184) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:46.087 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:45.500473+0000 mon.smithi016 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.16:0/3576297990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T02:26:46.210 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986194 got 133143986199 for osd.6 2024-02-18T02:26:46.211 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-18T02:26:46.492 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:46.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:46.326590+0000 mgr.smithi016.ulayit (mgr.14184) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:46.326590+0000 mgr.smithi016.ulayit (mgr.14184) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:48.540 INFO:teuthology.orchestra.run.smithi016.stdout:167503724563 2024-02-18T02:26:49.368 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724558 got 167503724563 for osd.7 2024-02-18T02:26:49.368 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-18T02:26:49.369 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T02:26:49.652 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:49.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:48.326915+0000 mgr.smithi016.ulayit (mgr.14184) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:49.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:48.546958+0000 mon.smithi016 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.16:0/1369182677' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T02:26:49.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:48.326915+0000 mgr.smithi016.ulayit (mgr.14184) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:49.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:48.546958+0000 mon.smithi016 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.16:0/1369182677' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T02:26:51.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:50.327300+0000 mgr.smithi016.ulayit (mgr.14184) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:51.708 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:26:51.710 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-02-18T02:26:51.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:50.327300+0000 mgr.smithi016.ulayit (mgr.14184) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:52.311 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":132,"stamp":"2024-02-18T02:26:50.327127+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":2379968,"kb_used_data":3200,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548480,"statfs":{"total":767926730752,"available":765489643520,"internally_reserved":0,"allocated":3276800,"data_stored":1293432,"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":41,"state":"active+clean","last_fresh":"2024-02-18T02:25:23.929547+0000","last_change":"2024-02-18T02:25:23.929547+0000","last_active":"2024-02-18T02:25:23.929547+0000","last_peered":"2024-02-18T02:25:23.929547+0000","last_clean":"2024-02-18T02:25:23.929547+0000","last_became_active":"2024-02-18T02:25:23.929126+0000","last_became_peered":"2024-02-18T02:25:23.929126+0000","last_unstale":"2024-02-18T02:25:23.929547+0000","last_undegraded":"2024-02-18T02:25:23.929547+0000","last_fullsized":"2024-02-18T02:25:23.929547+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T02:24:56.399989+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T02:24:56.399989+0000","last_clean_scrub_stamp":"2024-02-18T02:24:56.399989+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":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724563,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.441}]},{"osd":1,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.317},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.35799999999999998}]},{"osd":2,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.42099999999999999}]},{"osd":3,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.38300000000000001}]},{"osd":4,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.47299999999999998}]},{"osd":5,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.48099999999999998}]},{"osd":6,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.51300000000000001}]}]},{"osd":5,"up_from":35,"seq":150323855383,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.55400000000000005}]},{"osd":1,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.40500000000000003}]},{"osd":2,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.63500000000000001}]},{"osd":3,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.496}]},{"osd":4,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.624},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.65000000000000002}]},{"osd":6,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.60399999999999998}]},{"osd":7,"last update":"Sun Feb 18 02:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.439},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.48099999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345946,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.33700000000000002}]},{"osd":1,"last update":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.46100000000000002}]},{"osd":3,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.505}]},{"osd":4,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.55500000000000005}]},{"osd":5,"last update":"Sun Feb 18 02:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.54600000000000004}]},{"osd":6,"last update":"Sun Feb 18 02:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.47599999999999998}]},{"osd":7,"last update":"Sun Feb 18 02:26:22 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.58799999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476763,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.47099999999999997}]},{"osd":2,"last update":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.39100000000000001}]},{"osd":3,"last update":"Sun Feb 18 02:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.42399999999999999}]},{"osd":4,"last update":"Sun Feb 18 02:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.372},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.40600000000000003}]},{"osd":5,"last update":"Sun Feb 18 02:26:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.57699999999999996}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.53500000000000003}]},{"osd":7,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.56499999999999995}]}]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52500000000000002}]},{"osd":2,"last update":"Sun Feb 18 02:25:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.47899999999999998}]},{"osd":3,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.312},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.36499999999999999}]},{"osd":4,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.60199999999999998}]},{"osd":5,"last update":"Sun Feb 18 02:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42499999999999999}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.57399999999999995}]},{"osd":7,"last update":"Sun Feb 18 02:26:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.51500000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149720,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.53500000000000003}]},{"osd":1,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.55600000000000005}]},{"osd":2,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.51400000000000001}]},{"osd":3,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.61299999999999999}]},{"osd":5,"last update":"Sun Feb 18 02:26:16 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.58699999999999997}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.625}]},{"osd":7,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.67100000000000004}]}]},{"osd":3,"up_from":28,"seq":120259084312,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.42799999999999999}]},{"osd":1,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.375}]},{"osd":2,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.58899999999999997}]},{"osd":4,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.59599999999999997}]},{"osd":5,"last update":"Sun Feb 18 02:26:13 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.54500000000000004}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.157,"5min":1.157,"15min":1.157},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.57999999999999996}]},{"osd":7,"last update":"Sun Feb 18 02:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.52000000000000002}]}]},{"osd":6,"up_from":31,"seq":133143986200,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.375},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.47799999999999998}]},{"osd":1,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.625}]},{"osd":2,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.39300000000000002}]},{"osd":3,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.754}]},{"osd":4,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46899999999999997}]},{"osd":5,"last update":"Sun Feb 18 02:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.65400000000000003}]},{"osd":7,"last update":"Sun Feb 18 02:26:23 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.70099999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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-02-18T02:26:52.313 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T02:26:52.591 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:52.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:51.712152+0000 mgr.smithi016.ulayit (mgr.14184) 146 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:26:52.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:51.712152+0000 mgr.smithi016.ulayit (mgr.14184) 146 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:26:53.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:52.327627+0000 mgr.smithi016.ulayit (mgr.14184) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:53.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:52.327627+0000 mgr.smithi016.ulayit (mgr.14184) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:54.581 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:26:54.582 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-02-18T02:26:55.360 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":134,"stamp":"2024-02-18T02:26:54.327790+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":2379968,"kb_used_data":3200,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548480,"statfs":{"total":767926730752,"available":765489643520,"internally_reserved":0,"allocated":3276800,"data_stored":1293432,"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":41,"state":"active+clean","last_fresh":"2024-02-18T02:25:23.929547+0000","last_change":"2024-02-18T02:25:23.929547+0000","last_active":"2024-02-18T02:25:23.929547+0000","last_peered":"2024-02-18T02:25:23.929547+0000","last_clean":"2024-02-18T02:25:23.929547+0000","last_became_active":"2024-02-18T02:25:23.929126+0000","last_became_peered":"2024-02-18T02:25:23.929126+0000","last_unstale":"2024-02-18T02:25:23.929547+0000","last_undegraded":"2024-02-18T02:25:23.929547+0000","last_fullsized":"2024-02-18T02:25:23.929547+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T02:24:56.399989+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T02:24:56.399989+0000","last_clean_scrub_stamp":"2024-02-18T02:24:56.399989+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":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724564,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.37},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.41899999999999998}]},{"osd":1,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.32700000000000001}]},{"osd":2,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.38100000000000001}]},{"osd":3,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.246}]},{"osd":4,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.42399999999999999}]},{"osd":5,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.35299999999999998}]},{"osd":6,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.5349999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.438},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.44400000000000001}]}]},{"osd":5,"up_from":35,"seq":150323855384,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.51000000000000001}]},{"osd":1,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.34699999999999998}]},{"osd":2,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.379},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.47399999999999998}]},{"osd":3,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.32500000000000001}]},{"osd":4,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.55900000000000005}]},{"osd":6,"last update":"Sun Feb 18 02:26:14 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.439},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.46300000000000002}]},{"osd":7,"last update":"Sun Feb 18 02:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.38900000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345946,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.33700000000000002}]},{"osd":1,"last update":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.46100000000000002}]},{"osd":3,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.505}]},{"osd":4,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.55500000000000005}]},{"osd":5,"last update":"Sun Feb 18 02:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.54600000000000004}]},{"osd":6,"last update":"Sun Feb 18 02:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.47599999999999998}]},{"osd":7,"last update":"Sun Feb 18 02:26:22 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.58799999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476764,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.432}]},{"osd":2,"last update":"Sun Feb 18 02:25:56 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.35099999999999998}]},{"osd":3,"last update":"Sun Feb 18 02:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.66700000000000004}]},{"osd":4,"last update":"Sun Feb 18 02:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.41099999999999998}]},{"osd":5,"last update":"Sun Feb 18 02:26:15 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.52400000000000002}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.54500000000000004}]},{"osd":7,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.65500000000000003}]}]},{"osd":1,"up_from":21,"seq":90194313243,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:25:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.57299999999999995}]},{"osd":2,"last update":"Sun Feb 18 02:25:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.51900000000000002}]},{"osd":3,"last update":"Sun Feb 18 02:26:03 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.34100000000000003}]},{"osd":4,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.63100000000000001}]},{"osd":5,"last update":"Sun Feb 18 02:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.42099999999999999}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.59399999999999997}]},{"osd":7,"last update":"Sun Feb 18 02:26:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.436}]}]},{"osd":4,"up_from":26,"seq":111669149721,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.45500000000000002}]},{"osd":1,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.621,"5min":1.621,"15min":1.621},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.54700000000000004}]},{"osd":2,"last update":"Sun Feb 18 02:26:01 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.39000000000000001}]},{"osd":3,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.68600000000000005}]},{"osd":5,"last update":"Sun Feb 18 02:26:16 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.55800000000000005}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.589,"5min":1.589,"15min":1.589},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.52300000000000002}]},{"osd":7,"last update":"Sun Feb 18 02:26:21 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.6830000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.64500000000000002}]}]},{"osd":3,"up_from":28,"seq":120259084313,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.36799999999999999}]},{"osd":1,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.311},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.29799999999999999}]},{"osd":2,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.45100000000000001}]},{"osd":4,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.40500000000000003}]},{"osd":5,"last update":"Sun Feb 18 02:26:13 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.34599999999999997}]},{"osd":6,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.157,"5min":1.157,"15min":1.157},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.41199999999999998}]},{"osd":7,"last update":"Sun Feb 18 02:26:25 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.38100000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161679,"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":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.318}]},{"osd":1,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.52700000000000002}]},{"osd":2,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.499}]},{"osd":3,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.48999999999999999}]},{"osd":4,"last update":"Sun Feb 18 02:26:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.51300000000000001}]},{"osd":5,"last update":"Sun Feb 18 02:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1120000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.56399999999999995}]},{"osd":7,"last update":"Sun Feb 18 02:26:23 2024","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.57799999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"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-02-18T02:26:55.361 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-18T02:26:55.361 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-18T02:26:55.362 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-18T02:26:55.362 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-18T02:26:55.644 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/mon.smithi016/config 2024-02-18T02:26:55.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:54.327936+0000 mgr.smithi016.ulayit (mgr.14184) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:55.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:54.584718+0000 mgr.smithi016.ulayit (mgr.14184) 149 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:26:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:54.327936+0000 mgr.smithi016.ulayit (mgr.14184) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:54.584718+0000 mgr.smithi016.ulayit (mgr.14184) 149 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:26:57.572 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:26:57.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:56.328266+0000 mgr.smithi016.ulayit (mgr.14184) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:57.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:56.328266+0000 mgr.smithi016.ulayit (mgr.14184) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:58.267 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-18T02:26:58.268 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-18T02:26:58.268 INFO:tasks.cephadm:Setup complete, yielding 2024-02-18T02:26:58.268 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:26:58.279 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:26:58.280 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-18T02:26:58.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:26:57.578950+0000 mon.smithi016 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.16:0/1045658112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T02:26:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:26:57.578950+0000 mon.smithi016 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.16:0/1045658112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T02:26:59.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:26:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:26:58.328555+0000 mgr.smithi016.ulayit (mgr.14184) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:26:59.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:26:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:26:58.328555+0000 mgr.smithi016.ulayit (mgr.14184) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:00.527 INFO:teuthology.orchestra.run.smithi016.stdout:Backend: cephadm 2024-02-18T02:27:00.527 INFO:teuthology.orchestra.run.smithi016.stdout:Available: Yes 2024-02-18T02:27:00.527 INFO:teuthology.orchestra.run.smithi016.stdout:Paused: No 2024-02-18T02:27:01.427 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-18T02:27:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:00.328895+0000 mgr.smithi016.ulayit (mgr.14184) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:00.533372+0000 mgr.smithi016.ulayit (mgr.14184) 153 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:01.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:00.328895+0000 mgr.smithi016.ulayit (mgr.14184) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:01.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:00.533372+0000 mgr.smithi016.ulayit (mgr.14184) 153 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:03.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:02.329419+0000 mgr.smithi016.ulayit (mgr.14184) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:03.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:02.329419+0000 mgr.smithi016.ulayit (mgr.14184) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:03.826 INFO:teuthology.orchestra.run.smithi016.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager.smithi016 smithi016 *:9093,9094 running (91s) 38s ago 4m 15.5M - 0.23.0 ba2b418f427c 34b57230b16b 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi016 smithi016 running (4m) 38s ago 4m 6643k - 16.2.14-548-g81bd20d6 823b921721f5 1579d41ae4d0 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:crash.smithi153 smithi153 running (3m) 44s ago 3m 6635k - 16.2.14-548-g81bd20d6 823b921721f5 3ede8aec4e15 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:grafana.smithi016 smithi016 *:3000 running (81s) 38s ago 3m 43.1M - 8.3.5 dad864ee21e9 b7adbcdf47ef 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi016.ulayit smithi016 *:9283 running (5m) 38s ago 5m 430M - 16.2.14-548-g81bd20d6 823b921721f5 5f4fdc5e4d57 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:mgr.smithi153.gjgtyf smithi153 *:8443,9283 running (3m) 44s ago 3m 387M - 16.2.14-548-g81bd20d6 823b921721f5 6502c9795ee7 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi016 smithi016 running (5m) 38s ago 5m 55.7M 2048M 16.2.14-548-g81bd20d6 823b921721f5 45934664189b 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:mon.smithi153 smithi153 running (3m) 44s ago 3m 52.0M 2048M 16.2.14-548-g81bd20d6 823b921721f5 0ca5d39d82df 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi016 smithi016 *:9100 running (3m) 38s ago 3m 22.0M - 1.3.1 1dbe0e931976 c552104fde44 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter.smithi153 smithi153 *:9100 running (3m) 44s ago 3m 20.3M - 1.3.1 1dbe0e931976 9d873829c95d 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:osd.0 smithi153 running (2m) 44s ago 2m 32.0M 3736M 16.2.14-548-g81bd20d6 823b921721f5 6eaa7b075e8c 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:osd.1 smithi016 running (2m) 38s ago 2m 34.6M 3481M 16.2.14-548-g81bd20d6 823b921721f5 10ad75a3c298 2024-02-18T02:27:03.827 INFO:teuthology.orchestra.run.smithi016.stdout:osd.2 smithi153 running (2m) 44s ago 2m 32.8M 3736M 16.2.14-548-g81bd20d6 823b921721f5 2eb8dfc484ca 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:osd.3 smithi016 running (2m) 38s ago 2m 29.5M 3481M 16.2.14-548-g81bd20d6 823b921721f5 0ad9dc1f152e 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:osd.4 smithi153 running (2m) 44s ago 2m 28.8M 3736M 16.2.14-548-g81bd20d6 823b921721f5 c92b10240f2e 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:osd.5 smithi016 running (118s) 38s ago 117s 30.5M 3481M 16.2.14-548-g81bd20d6 823b921721f5 3a4aae270bff 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:osd.6 smithi153 running (2m) 44s ago 2m 29.9M 3736M 16.2.14-548-g81bd20d6 823b921721f5 85759a998323 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:osd.7 smithi016 running (108s) 38s ago 107s 30.3M 3481M 16.2.14-548-g81bd20d6 823b921721f5 5673067ac603 2024-02-18T02:27:03.828 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus.smithi153 smithi153 *:9095 running (2m) 44s ago 2m 54.6M - 2.33.4 514e6a882f6e d44fce8b518f 2024-02-18T02:27:04.563 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-18T02:27:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:03.825303+0000 mgr.smithi016.ulayit (mgr.14184) 155 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:04.329702+0000 mgr.smithi016.ulayit (mgr.14184) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:05.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:03.825303+0000 mgr.smithi016.ulayit (mgr.14184) 155 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:05.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:04.329702+0000 mgr.smithi016.ulayit (mgr.14184) 156 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:06.937 INFO:teuthology.orchestra.run.smithi016.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-18T02:27:06.937 INFO:teuthology.orchestra.run.smithi016.stdout:alertmanager ?:9093,9094 1/1 41s ago 4m count:1 2024-02-18T02:27:06.937 INFO:teuthology.orchestra.run.smithi016.stdout:crash 2/2 47s ago 4m * 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:grafana ?:3000 1/1 41s ago 4m count:1 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:mgr 2/2 47s ago 4m count:2 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:mon 2/2 47s ago 3m smithi016:172.21.15.16=smithi016;smithi153:172.21.15.153=smithi153;count:2 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:node-exporter ?:9100 2/2 47s ago 4m * 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:osd.all-available-devices 8 47s ago 3m * 2024-02-18T02:27:06.938 INFO:teuthology.orchestra.run.smithi016.stdout:prometheus ?:9095 1/1 47s ago 4m count:1 2024-02-18T02:27:07.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:06.330129+0000 mgr.smithi016.ulayit (mgr.14184) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:07.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:06.330129+0000 mgr.smithi016.ulayit (mgr.14184) 157 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:07.789 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-18T02:27:08.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:06.939900+0000 mgr.smithi016.ulayit (mgr.14184) 158 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:08.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:06.939900+0000 mgr.smithi016.ulayit (mgr.14184) 158 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:09.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:08.330483+0000 mgr.smithi016.ulayit (mgr.14184) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:09.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:08.330483+0000 mgr.smithi016.ulayit (mgr.14184) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:09.937 INFO:teuthology.orchestra.run.smithi016.stdout:HOST ADDR LABELS STATUS 2024-02-18T02:27:09.937 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 172.21.15.16 2024-02-18T02:27:09.937 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 172.21.15.153 2024-02-18T02:27:09.937 INFO:teuthology.orchestra.run.smithi016.stdout:2 hosts in cluster 2024-02-18T02:27:10.763 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-18T02:27:11.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:09.943187+0000 mgr.smithi016.ulayit (mgr.14184) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:11.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:10.330890+0000 mgr.smithi016.ulayit (mgr.14184) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:11.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:09.943187+0000 mgr.smithi016.ulayit (mgr.14184) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:11.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:10.330890+0000 mgr.smithi016.ulayit (mgr.14184) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:13.013 INFO:teuthology.orchestra.run.smithi016.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T02:27:13.013 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7513002C480DGN 447G 72s ago Has a FileSystem, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme1n1 ssd Linux_edb69f3d8e2c16497623 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme2n1 ssd Linux_62ba233ae30e34348bc4 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme3n1 ssd Linux_8bd1a19a31b0736a8a06 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme4n1 ssd Linux_27aa48645fc3dfc1229e 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 79s ago Has a FileSystem, LVM detected 2024-02-18T02:27:13.014 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme1n1 ssd Linux_7cc0d487478089c66cc5 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.015 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme2n1 ssd Linux_a569616a1cc933967a99 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.015 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme3n1 ssd Linux_04cb90c94485f874b7d2 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.015 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme4n1 ssd Linux_8529f53138faa17434fe 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:13.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:12.331209+0000 mgr.smithi016.ulayit (mgr.14184) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:13.731 INFO:teuthology.run_tasks:Running task vip... 2024-02-18T02:27:13.742 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-18T02:27:13.742 INFO:tasks.vip:peername 172.21.15.16 2024-02-18T02:27:13.745 INFO:tasks.vip:172.21.15.16 in 172.21.0.0/20, pos 3855 2024-02-18T02:27:13.749 INFO:tasks.vip:smithi016.front.sepia.ceph.com static 10.0.15.16, vnet 10.0.0.0/16 2024-02-18T02:27:13.749 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-18T02:27:13.750 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip route ls 2024-02-18T02:27:13.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:12.331209+0000 mgr.smithi016.ulayit (mgr.14184) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:13.780 INFO:teuthology.orchestra.run.smithi016.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.16 metric 100 2024-02-18T02:27:13.781 INFO:teuthology.orchestra.run.smithi016.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 metric 100 2024-02-18T02:27:13.782 INFO:tasks.vip:Configuring 10.0.15.16 on smithi016.front.sepia.ceph.com iface ens1f0... 2024-02-18T02:27:13.782 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip addr add 10.0.15.16/16 dev ens1f0 2024-02-18T02:27:13.851 INFO:tasks.vip:peername 172.21.15.153 2024-02-18T02:27:13.854 INFO:tasks.vip:172.21.15.153 in 172.21.0.0/20, pos 3992 2024-02-18T02:27:13.858 INFO:tasks.vip:smithi153.front.sepia.ceph.com static 10.0.15.153, vnet 10.0.0.0/16 2024-02-18T02:27:13.858 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip route ls 2024-02-18T02:27:13.897 INFO:teuthology.orchestra.run.smithi153.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.153 metric 100 2024-02-18T02:27:13.897 INFO:teuthology.orchestra.run.smithi153.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.153 metric 100 2024-02-18T02:27:13.898 INFO:tasks.vip:Configuring 10.0.15.153 on smithi153.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T02:27:13.898 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr add 10.0.15.153/16 dev enp3s0f1 2024-02-18T02:27:13.971 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:27:13.981 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:27:13.981 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-18T02:27:14.676 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:13.017636+0000 mgr.smithi016.ulayit (mgr.14184) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:14.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:13.017636+0000 mgr.smithi016.ulayit (mgr.14184) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:15.618 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:14.331457+0000 mgr.smithi016.ulayit (mgr.14184) 164 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:15.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:14.331457+0000 mgr.smithi016.ulayit (mgr.14184) 164 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7513002C480DGN 447G 75s ago Has a FileSystem, LVM detected 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme1n1 ssd Linux_edb69f3d8e2c16497623 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme2n1 ssd Linux_62ba233ae30e34348bc4 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme3n1 ssd Linux_8bd1a19a31b0736a8a06 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi016 /dev/nvme4n1 ssd Linux_27aa48645fc3dfc1229e 89.4G 75s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.066 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 82s ago Has a FileSystem, LVM detected 2024-02-18T02:27:16.067 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme1n1 ssd Linux_7cc0d487478089c66cc5 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.067 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme2n1 ssd Linux_a569616a1cc933967a99 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.067 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme3n1 ssd Linux_04cb90c94485f874b7d2 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.067 INFO:teuthology.orchestra.run.smithi016.stdout:smithi153 /dev/nvme4n1 ssd Linux_8529f53138faa17434fe 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T02:27:16.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:16.119225+0000 mon.smithi016 (mon.0) 595 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:27:16.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:16.119225+0000 mon.smithi016 (mon.0) 595 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:27:16.865 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-18T02:27:16.874 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:27:16.874 DEBUG:teuthology.orchestra.run.smithi016:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-18T02:27:16.908 INFO:teuthology.orchestra.run.smithi016.stderr:+ systemctl stop nfs-server 2024-02-18T02:27:16.916 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi153.front.sepia.ceph.com 2024-02-18T02:27:16.916 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-18T02:27:16.944 INFO:teuthology.orchestra.run.smithi153.stderr:+ systemctl stop nfs-server 2024-02-18T02:27:16.950 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T02:27:16.962 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:27:16.962 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-18T02:27:17.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:16.070403+0000 mgr.smithi016.ulayit (mgr.14184) 165 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:17.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:16.331733+0000 mgr.smithi016.ulayit (mgr.14184) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:17.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:16.070403+0000 mgr.smithi016.ulayit (mgr.14184) 165 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:17.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:16.331733+0000 mgr.smithi016.ulayit (mgr.14184) 166 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:19.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:18.332034+0000 mgr.smithi016.ulayit (mgr.14184) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:19.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:19.049429+0000 mon.smithi016 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:19.745 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:18.332034+0000 mgr.smithi016.ulayit (mgr.14184) 167 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:19.745 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:19.049429+0000 mon.smithi016 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:20.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:19.842342+0000 mon.smithi016 (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-18T02:27:20.762 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:19.842342+0000 mon.smithi016 (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-18T02:27:21.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:19.841792+0000 mgr.smithi016.ulayit (mgr.14184) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:21.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:20.332406+0000 mgr.smithi016.ulayit (mgr.14184) 169 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:20.446841+0000 mon.smithi016 (mon.0) 598 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-18T02:27:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:20.446932+0000 mon.smithi016 (mon.0) 599 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T02:27:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:20.449385+0000 mon.smithi016 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-18T02:27:21.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:27:21.467+0000 7fe4ed995700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-18T02:27:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:19.841792+0000 mgr.smithi016.ulayit (mgr.14184) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:20.332406+0000 mgr.smithi016.ulayit (mgr.14184) 169 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:20.446841+0000 mon.smithi016 (mon.0) 598 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-18T02:27:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:20.446932+0000 mon.smithi016 (mon.0) 599 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T02:27:21.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:20.449385+0000 mon.smithi016 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-18T02:27:22.451 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:21.447568+0000 mon.smithi016 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-18T02:27:22.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:21.447568+0000 mon.smithi016 (mon.0) 601 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-18T02:27:22.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:21.447736+0000 mon.smithi016 (mon.0) 602 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T02:27:22.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:21.467445+0000 mon.smithi016 (mon.0) 603 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-18T02:27:22.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:21.468183+0000 mon.smithi016 (mon.0) 604 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:21.468212+0000 mon.smithi016 (mon.0) 605 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:21.472607+0000 mon.smithi016 (mon.0) 606 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:21.472745+0000 mon.smithi016 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:21.472826+0000 mon.smithi016 (mon.0) 608 : cluster [DBG] fsmap foofs:0 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:21.482597+0000 mgr.smithi016.ulayit (mgr.14184) 170 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-18T02:27:22.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:21.486998+0000 mon.smithi016 (mon.0) 609 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:22.764 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.16/16 --port 2999' 2024-02-18T02:27:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:21.447736+0000 mon.smithi016 (mon.0) 602 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T02:27:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:21.467445+0000 mon.smithi016 (mon.0) 603 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-18T02:27:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:21.468183+0000 mon.smithi016 (mon.0) 604 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-18T02:27:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:21.468212+0000 mon.smithi016 (mon.0) 605 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-18T02:27:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:21.472607+0000 mon.smithi016 (mon.0) 606 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T02:27:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:21.472745+0000 mon.smithi016 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-18T02:27:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:21.472826+0000 mon.smithi016 (mon.0) 608 : cluster [DBG] fsmap foofs:0 2024-02-18T02:27:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:21.482597+0000 mgr.smithi016.ulayit (mgr.14184) 170 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-18T02:27:22.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:21.486998+0000 mon.smithi016 (mon.0) 609 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:23.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:22.332919+0000 mgr.smithi016.ulayit (mgr.14184) 171 : cluster [DBG] pgmap v151: 65 pgs: 11 creating+peering, 53 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:23.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:22.473448+0000 mon.smithi016 (mon.0) 610 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T02:27:23.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:22.699857+0000 mon.smithi016 (mon.0) 611 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:23.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:22.939638+0000 mon.smithi016 (mon.0) 612 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:23.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:22.332919+0000 mgr.smithi016.ulayit (mgr.14184) 171 : cluster [DBG] pgmap v151: 65 pgs: 11 creating+peering, 53 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:22.473448+0000 mon.smithi016 (mon.0) 610 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T02:27:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:22.699857+0000 mon.smithi016 (mon.0) 611 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:23.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:22.939638+0000 mon.smithi016 (mon.0) 612 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:24.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:23.477825+0000 mon.smithi016 (mon.0) 613 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T02:27:24.489 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:24.446853+0000 mon.smithi016 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:24.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:23.477825+0000 mon.smithi016 (mon.0) 613 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T02:27:24.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:24.446853+0000 mon.smithi016 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:25.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:24.333273+0000 mgr.smithi016.ulayit (mgr.14184) 172 : cluster [DBG] pgmap v154: 65 pgs: 16 creating+peering, 30 unknown, 19 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:25.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:24.931855+0000 mon.smithi016 (mon.0) 615 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-18T02:27:25.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:24.333273+0000 mgr.smithi016.ulayit (mgr.14184) 172 : cluster [DBG] pgmap v154: 65 pgs: 16 creating+peering, 30 unknown, 19 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:25.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:24.931855+0000 mon.smithi016 (mon.0) 615 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-18T02:27:26.526 INFO:teuthology.orchestra.run.smithi016.stdout:NFS Cluster Created Successfully 2024-02-18T02:27:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:24.930574+0000 mgr.smithi016.ulayit (mgr.14184) 173 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.16/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:25.487487+0000 mon.smithi016 (mon.0) 616 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-18T02:27:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:25.487538+0000 mon.smithi016 (mon.0) 617 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T02:27:26.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:25.493887+0000 mon.smithi016 (mon.0) 618 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-18T02:27:26.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:24.930574+0000 mgr.smithi016.ulayit (mgr.14184) 173 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.16/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:25.487487+0000 mon.smithi016 (mon.0) 616 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-18T02:27:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:25.487538+0000 mon.smithi016 (mon.0) 617 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T02:27:26.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:25.493887+0000 mon.smithi016 (mon.0) 618 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-18T02:27:27.411 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-18T02:27:27.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:26.333790+0000 mgr.smithi016.ulayit (mgr.14184) 174 : cluster [DBG] pgmap v156: 97 pgs: 16 creating+peering, 41 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:27.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:26.497100+0000 mon.smithi016 (mon.0) 619 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-18T02:27:27.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:26.497262+0000 mon.smithi016 (mon.0) 620 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T02:27:27.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:26.526746+0000 mgr.smithi016.ulayit (mgr.14184) 175 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-18T02:27:27.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:26.529638+0000 mon.smithi016 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:27.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:26.530796+0000 mgr.smithi016.ulayit (mgr.14184) 176 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-18T02:27:27.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:26.533048+0000 mon.smithi016 (mon.0) 622 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:26.333790+0000 mgr.smithi016.ulayit (mgr.14184) 174 : cluster [DBG] pgmap v156: 97 pgs: 16 creating+peering, 41 unknown, 40 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:26.497100+0000 mon.smithi016 (mon.0) 619 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:26.497262+0000 mon.smithi016 (mon.0) 620 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:26.526746+0000 mgr.smithi016.ulayit (mgr.14184) 175 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:26.529638+0000 mon.smithi016 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:26.530796+0000 mgr.smithi016.ulayit (mgr.14184) 176 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-18T02:27:27.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:26.533048+0000 mon.smithi016 (mon.0) 622 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:28.663 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:27.498289+0000 mon.smithi016 (mon.0) 623 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-18T02:27:28.664 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:27.539435+0000 mon.smithi016 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi016.ulayit(active, since 4m), standbys: smithi153.gjgtyf 2024-02-18T02:27:28.664 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.445550+0000 mon.smithi016 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:28.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:27.498289+0000 mon.smithi016 (mon.0) 623 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-18T02:27:28.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:27.539435+0000 mon.smithi016 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi016.ulayit(active, since 4m), standbys: smithi153.gjgtyf 2024-02-18T02:27:28.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.445550+0000 mon.smithi016 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:29.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:28.334219+0000 mgr.smithi016.ulayit (mgr.14184) 177 : cluster [DBG] pgmap v159: 97 pgs: 9 creating+peering, 14 unknown, 74 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.748397+0000 mon.smithi016 (mon.0) 626 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.749032+0000 mon.smithi016 (mon.0) 627 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.753028+0000 mon.smithi016 (mon.0) 628 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.756507+0000 mon.smithi016 (mon.0) 629 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.763459+0000 mon.smithi016 (mon.0) 630 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.764125+0000 mon.smithi016 (mon.0) 631 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.zhfdgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.766526+0000 mon.smithi016 (mon.0) 632 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.zhfdgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-18T02:27:29.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:28.767051+0000 mon.smithi016 (mon.0) 633 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:29.785 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:28.334219+0000 mgr.smithi016.ulayit (mgr.14184) 177 : cluster [DBG] pgmap v159: 97 pgs: 9 creating+peering, 14 unknown, 74 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.748397+0000 mon.smithi016 (mon.0) 626 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.749032+0000 mon.smithi016 (mon.0) 627 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.753028+0000 mon.smithi016 (mon.0) 628 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.756507+0000 mon.smithi016 (mon.0) 629 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.763459+0000 mon.smithi016 (mon.0) 630 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.764125+0000 mon.smithi016 (mon.0) 631 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.zhfdgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.766526+0000 mon.smithi016 (mon.0) 632 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.zhfdgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-18T02:27:29.786 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:28.767051+0000 mon.smithi016 (mon.0) 633 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:30.576 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:28.767574+0000 mgr.smithi016.ulayit (mgr.14184) 178 : cephadm [INF] Deploying daemon mds.foofs.smithi153.zhfdgp on smithi153 2024-02-18T02:27:30.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:28.767574+0000 mgr.smithi016.ulayit (mgr.14184) 178 : cephadm [INF] Deploying daemon mds.foofs.smithi153.zhfdgp on smithi153 2024-02-18T02:27:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:30.242230+0000 mgr.smithi016.ulayit (mgr.14184) 179 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:30.334534+0000 mgr.smithi016.ulayit (mgr.14184) 180 : cluster [DBG] pgmap v160: 97 pgs: 9 creating+peering, 10 unknown, 78 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.279055+0000 mon.smithi016 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi153.zhfdgp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-18T02:27:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.279281+0000 mon.smithi016 (mon.0) 635 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-18T02:27:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.279306+0000 mon.smithi016 (mon.0) 636 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.279328+0000 mon.smithi016 (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.283615+0000 mon.smithi016 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.153:6832/2774965768,v1:172.21.15.153:6833/2774965768] up:boot 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.283662+0000 mon.smithi016 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:creating} 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:31.283812+0000 mon.smithi016 (mon.0) 640 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.zhfdgp"}]: dispatch 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:31.297160+0000 mon.smithi016 (mon.0) 641 : cluster [INF] daemon mds.foofs.smithi153.zhfdgp is now active in filesystem foofs as rank 0 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:31.307987+0000 mon.smithi016 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:31.309269+0000 mon.smithi016 (mon.0) 643 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.dcfxzb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:31.312166+0000 mon.smithi016 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.dcfxzb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-18T02:27:31.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:31.312921+0000 mon.smithi016 (mon.0) 645 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:30.242230+0000 mgr.smithi016.ulayit (mgr.14184) 179 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:30.334534+0000 mgr.smithi016.ulayit (mgr.14184) 180 : cluster [DBG] pgmap v160: 97 pgs: 9 creating+peering, 10 unknown, 78 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.279055+0000 mon.smithi016 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi153.zhfdgp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.279281+0000 mon.smithi016 (mon.0) 635 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.279306+0000 mon.smithi016 (mon.0) 636 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.279328+0000 mon.smithi016 (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.283615+0000 mon.smithi016 (mon.0) 638 : cluster [DBG] mds.? [v2:172.21.15.153:6832/2774965768,v1:172.21.15.153:6833/2774965768] up:boot 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.283662+0000 mon.smithi016 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:creating} 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:31.283812+0000 mon.smithi016 (mon.0) 640 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.zhfdgp"}]: dispatch 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:31.297160+0000 mon.smithi016 (mon.0) 641 : cluster [INF] daemon mds.foofs.smithi153.zhfdgp is now active in filesystem foofs as rank 0 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:31.307987+0000 mon.smithi016 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:32.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:31.309269+0000 mon.smithi016 (mon.0) 643 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.dcfxzb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-18T02:27:32.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:31.312166+0000 mon.smithi016 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi016.dcfxzb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-18T02:27:32.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:31.312921+0000 mon.smithi016 (mon.0) 645 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout: "bind": "/fake", 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout: "fs": "foofs", 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout: "path": "/", 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout: "cluster": "foo", 2024-02-18T02:27:32.287 INFO:teuthology.orchestra.run.smithi016.stdout: "mode": "RW" 2024-02-18T02:27:32.288 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-02-18T02:27:32.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:31.313663+0000 mgr.smithi016.ulayit (mgr.14184) 181 : cephadm [INF] Deploying daemon mds.foofs.smithi016.dcfxzb on smithi016 2024-02-18T02:27:32.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:32.284909+0000 mon.smithi016 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.153:6832/2774965768,v1:172.21.15.153:6833/2774965768] up:active 2024-02-18T02:27:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:32.284975+0000 mon.smithi016 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 2024-02-18T02:27:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:32.286679+0000 mon.smithi016 (mon.0) 648 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 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-02-18T02:27:32.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:32.289595+0000 mon.smithi016 (mon.0) 649 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 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-02-18T02:27:33.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:31.313663+0000 mgr.smithi016.ulayit (mgr.14184) 181 : cephadm [INF] Deploying daemon mds.foofs.smithi016.dcfxzb on smithi016 2024-02-18T02:27:33.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:32.284909+0000 mon.smithi016 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.153:6832/2774965768,v1:172.21.15.153:6833/2774965768] up:active 2024-02-18T02:27:33.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:32.284975+0000 mon.smithi016 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 2024-02-18T02:27:33.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:32.286679+0000 mon.smithi016 (mon.0) 648 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 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-02-18T02:27:33.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:32.289595+0000 mon.smithi016 (mon.0) 649 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 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-02-18T02:27:33.111 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T02:27:33.123 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-18T02:27:33.123 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:33.833 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:32.335082+0000 mgr.smithi016.ulayit (mgr.14184) 182 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 112 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:33.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:32.335082+0000 mgr.smithi016.ulayit (mgr.14184) 182 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 112 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:34.296657+0000 mon.smithi016 (mon.0) 650 : cluster [DBG] mgrmap e20: smithi016.ulayit(active, since 4m), standbys: smithi153.gjgtyf 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:34.335560+0000 mgr.smithi016.ulayit (mgr.14184) 183 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.053638+0000 mon.smithi016 (mon.0) 651 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.057879+0000 mon.smithi016 (mon.0) 652 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.075069+0000 mon.smithi016 (mon.0) 653 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.078439+0000 mon.smithi016 (mon.0) 654 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.079242+0000 mon.smithi016 (mon.0) 655 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-18T02:27:35.559 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.082250+0000 mon.smithi016 (mon.0) 656 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.083247+0000 mon.smithi016 (mon.0) 657 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.122612+0000 mon.smithi016 (mon.0) 658 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.125760+0000 mon.smithi016 (mon.0) 659 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.169526+0000 mon.smithi016 (mon.0) 660 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.172885+0000 mon.smithi016 (mon.0) 661 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:27:35.560 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.176259+0000 mon.smithi016 (mon.0) 662 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:34.296657+0000 mon.smithi016 (mon.0) 650 : cluster [DBG] mgrmap e20: smithi016.ulayit(active, since 4m), standbys: smithi153.gjgtyf 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:34.335560+0000 mgr.smithi016.ulayit (mgr.14184) 183 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.053638+0000 mon.smithi016 (mon.0) 651 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.057879+0000 mon.smithi016 (mon.0) 652 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.075069+0000 mon.smithi016 (mon.0) 653 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.078439+0000 mon.smithi016 (mon.0) 654 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.079242+0000 mon.smithi016 (mon.0) 655 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-18T02:27:35.783 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.082250+0000 mon.smithi016 (mon.0) 656 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.083247+0000 mon.smithi016 (mon.0) 657 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.122612+0000 mon.smithi016 (mon.0) 658 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.125760+0000 mon.smithi016 (mon.0) 659 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.169526+0000 mon.smithi016 (mon.0) 660 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.172885+0000 mon.smithi016 (mon.0) 661 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi016.donhfu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T02:27:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.176259+0000 mon.smithi016 (mon.0) 662 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:27:36.283 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:36.284 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:35.074780+0000 mgr.smithi016.ulayit (mgr.14184) 184 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi016.donhfu 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:35.078981+0000 mgr.smithi016.ulayit (mgr.14184) 185 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:35.169045+0000 mgr.smithi016.ulayit (mgr.14184) 186 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:35.169152+0000 mgr.smithi016.ulayit (mgr.14184) 187 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi016.donhfu-rgw 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:35.177003+0000 mgr.smithi016.ulayit (mgr.14184) 188 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi016.donhfu on smithi016 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:35.300118+0000 mon.smithi016 (mon.0) 663 : cluster [DBG] mds.? [v2:172.21.15.16:6834/2765078053,v1:172.21.15.16:6835/2765078053] up:boot 2024-02-18T02:27:36.642 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:35.300406+0000 mon.smithi016 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 1 up:standby 2024-02-18T02:27:36.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:35.301197+0000 mon.smithi016 (mon.0) 665 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi016.dcfxzb"}]: dispatch 2024-02-18T02:27:36.643 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:35.304113+0000 mon.smithi016 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 1 up:standby 2024-02-18T02:27:36.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:35.074780+0000 mgr.smithi016.ulayit (mgr.14184) 184 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi016.donhfu 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:35.078981+0000 mgr.smithi016.ulayit (mgr.14184) 185 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:35.169045+0000 mgr.smithi016.ulayit (mgr.14184) 186 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:35.169152+0000 mgr.smithi016.ulayit (mgr.14184) 187 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi016.donhfu-rgw 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:35.177003+0000 mgr.smithi016.ulayit (mgr.14184) 188 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi016.donhfu on smithi016 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:35.300118+0000 mon.smithi016 (mon.0) 663 : cluster [DBG] mds.? [v2:172.21.15.16:6834/2765078053,v1:172.21.15.16:6835/2765078053] up:boot 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:35.300406+0000 mon.smithi016 (mon.0) 664 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 1 up:standby 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:35.301197+0000 mon.smithi016 (mon.0) 665 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi016.dcfxzb"}]: dispatch 2024-02-18T02:27:36.781 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:35.304113+0000 mon.smithi016 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.zhfdgp=up:active} 1 up:standby 2024-02-18T02:27:37.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:36.286101+0000 mgr.smithi016.ulayit (mgr.14184) 189 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:37.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:36.336085+0000 mgr.smithi016.ulayit (mgr.14184) 190 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.5 KiB/s wr, 9 op/s 2024-02-18T02:27:37.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:36.286101+0000 mgr.smithi016.ulayit (mgr.14184) 189 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:37.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:36.336085+0000 mgr.smithi016.ulayit (mgr.14184) 190 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.5 KiB/s wr, 9 op/s 2024-02-18T02:27:38.030 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:39.031 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:39.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:38.336617+0000 mgr.smithi016.ulayit (mgr.14184) 191 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 6 op/s 2024-02-18T02:27:39.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:38.743186+0000 mon.smithi016 (mon.0) 667 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:39.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:38.748698+0000 mon.smithi016 (mon.0) 668 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:39.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:39.447171+0000 mon.smithi016 (mon.0) 669 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:39.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:39.682291+0000 mon.smithi016 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:38.336617+0000 mgr.smithi016.ulayit (mgr.14184) 191 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 6 op/s 2024-02-18T02:27:40.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:38.743186+0000 mon.smithi016 (mon.0) 667 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:40.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:38.748698+0000 mon.smithi016 (mon.0) 668 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:40.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:39.447171+0000 mon.smithi016 (mon.0) 669 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:40.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:39.682291+0000 mon.smithi016 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:27:40.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:27:38.756333+0000 mgr.smithi016.ulayit (mgr.14184) 192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.ltxkvo on smithi153 2024-02-18T02:27:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:27:38.756333+0000 mgr.smithi016.ulayit (mgr.14184) 192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.ltxkvo on smithi153 2024-02-18T02:27:41.328 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:41.328 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:41.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:40.337041+0000 mgr.smithi016.ulayit (mgr.14184) 193 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-18T02:27:41.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:41.331754+0000 mgr.smithi016.ulayit (mgr.14184) 194 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:42.026 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:42.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:40.337041+0000 mgr.smithi016.ulayit (mgr.14184) 193 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-18T02:27:42.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:41.331754+0000 mgr.smithi016.ulayit (mgr.14184) 194 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:43.027 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:42.337645+0000 mgr.smithi016.ulayit (mgr.14184) 195 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-18T02:27:43.063 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:42.337645+0000 mgr.smithi016.ulayit (mgr.14184) 195 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-02-18T02:27:45.358 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:45.358 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:45.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:44.338050+0000 mgr.smithi016.ulayit (mgr.14184) 196 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-02-18T02:27:45.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:44.338050+0000 mgr.smithi016.ulayit (mgr.14184) 196 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-02-18T02:27:45.983 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:46.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:45.361490+0000 mgr.smithi016.ulayit (mgr.14184) 197 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:46.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:45.361490+0000 mgr.smithi016.ulayit (mgr.14184) 197 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:46.984 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:47.669 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:46.338641+0000 mgr.smithi016.ulayit (mgr.14184) 198 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-18T02:27:47.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:46.338641+0000 mgr.smithi016.ulayit (mgr.14184) 198 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-18T02:27:49.523 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:49.523 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:49.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:48.339347+0000 mgr.smithi016.ulayit (mgr.14184) 199 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-18T02:27:49.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:48.339347+0000 mgr.smithi016.ulayit (mgr.14184) 199 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-02-18T02:27:50.318 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:50.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:49.526121+0000 mgr.smithi016.ulayit (mgr.14184) 200 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:50.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:49.526121+0000 mgr.smithi016.ulayit (mgr.14184) 200 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:51.319 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:51.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:50.339806+0000 mgr.smithi016.ulayit (mgr.14184) 201 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-18T02:27:51.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:50.339806+0000 mgr.smithi016.ulayit (mgr.14184) 201 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-18T02:27:53.489 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:53.489 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:53.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:52.340453+0000 mgr.smithi016.ulayit (mgr.14184) 202 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-18T02:27:53.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:52.340453+0000 mgr.smithi016.ulayit (mgr.14184) 202 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-18T02:27:54.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:54.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:53.491665+0000 mgr.smithi016.ulayit (mgr.14184) 203 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:54.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:53.491665+0000 mgr.smithi016.ulayit (mgr.14184) 203 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:55.187 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:55.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:54.340880+0000 mgr.smithi016.ulayit (mgr.14184) 204 : cluster [DBG] pgmap v172: 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-02-18T02:27:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:54.340880+0000 mgr.smithi016.ulayit (mgr.14184) 204 : cluster [DBG] pgmap v172: 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-02-18T02:27:57.433 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:27:57.433 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:27:57.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:56.341478+0000 mgr.smithi016.ulayit (mgr.14184) 205 : cluster [DBG] pgmap v173: 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-02-18T02:27:57.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:56.341478+0000 mgr.smithi016.ulayit (mgr.14184) 205 : cluster [DBG] pgmap v173: 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-02-18T02:27:58.181 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:27:58.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:27:57.436432+0000 mgr.smithi016.ulayit (mgr.14184) 206 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:27:57.436432+0000 mgr.smithi016.ulayit (mgr.14184) 206 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:27:59.182 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:27:59.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:27:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:27:58.342053+0000 mgr.smithi016.ulayit (mgr.14184) 207 : cluster [DBG] pgmap v174: 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-02-18T02:27:59.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:27:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:27:58.342053+0000 mgr.smithi016.ulayit (mgr.14184) 207 : cluster [DBG] pgmap v174: 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-02-18T02:28:01.329 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:01.329 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:00.342431+0000 mgr.smithi016.ulayit (mgr.14184) 208 : cluster [DBG] pgmap v175: 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-02-18T02:28:01.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:00.342431+0000 mgr.smithi016.ulayit (mgr.14184) 208 : cluster [DBG] pgmap v175: 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-02-18T02:28:02.046 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:02.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:01.332446+0000 mgr.smithi016.ulayit (mgr.14184) 209 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:02.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:01.332446+0000 mgr.smithi016.ulayit (mgr.14184) 209 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:03.047 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:03.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:02.343002+0000 mgr.smithi016.ulayit (mgr.14184) 210 : cluster [DBG] pgmap v176: 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-02-18T02:28:03.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:02.343002+0000 mgr.smithi016.ulayit (mgr.14184) 210 : cluster [DBG] pgmap v176: 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-02-18T02:28:05.424 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:05.424 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:04.343545+0000 mgr.smithi016.ulayit (mgr.14184) 211 : cluster [DBG] pgmap v177: 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-02-18T02:28:05.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:04.343545+0000 mgr.smithi016.ulayit (mgr.14184) 211 : cluster [DBG] pgmap v177: 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-02-18T02:28:06.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:06.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:05.427505+0000 mgr.smithi016.ulayit (mgr.14184) 212 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:06.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:05.427505+0000 mgr.smithi016.ulayit (mgr.14184) 212 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:07.155 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:07.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:06.344088+0000 mgr.smithi016.ulayit (mgr.14184) 213 : cluster [DBG] pgmap v178: 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-02-18T02:28:07.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:06.344088+0000 mgr.smithi016.ulayit (mgr.14184) 213 : cluster [DBG] pgmap v178: 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-02-18T02:28:09.283 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:09.283 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:09.653 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:08.344732+0000 mgr.smithi016.ulayit (mgr.14184) 214 : cluster [DBG] pgmap v179: 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-02-18T02:28:09.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:08.344732+0000 mgr.smithi016.ulayit (mgr.14184) 214 : cluster [DBG] pgmap v179: 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-02-18T02:28:09.980 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:10.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:09.286495+0000 mgr.smithi016.ulayit (mgr.14184) 215 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:10.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:09.286495+0000 mgr.smithi016.ulayit (mgr.14184) 215 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:10.982 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:11.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:10.345117+0000 mgr.smithi016.ulayit (mgr.14184) 216 : cluster [DBG] pgmap v180: 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-02-18T02:28:11.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:10.345117+0000 mgr.smithi016.ulayit (mgr.14184) 216 : cluster [DBG] pgmap v180: 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-02-18T02:28:13.319 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:13.319 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:13.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:12.345666+0000 mgr.smithi016.ulayit (mgr.14184) 217 : cluster [DBG] pgmap v181: 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-02-18T02:28:13.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:12.345666+0000 mgr.smithi016.ulayit (mgr.14184) 217 : cluster [DBG] pgmap v181: 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-02-18T02:28:14.161 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:14.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:13.322820+0000 mgr.smithi016.ulayit (mgr.14184) 218 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:14.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:13.322820+0000 mgr.smithi016.ulayit (mgr.14184) 218 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:15.162 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:15.707 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:14.346281+0000 mgr.smithi016.ulayit (mgr.14184) 219 : cluster [DBG] pgmap v182: 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-02-18T02:28:15.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:14.346281+0000 mgr.smithi016.ulayit (mgr.14184) 219 : cluster [DBG] pgmap v182: 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-02-18T02:28:17.421 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:17.421 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:17.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:16.346887+0000 mgr.smithi016.ulayit (mgr.14184) 220 : cluster [DBG] pgmap v183: 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-02-18T02:28:17.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:16.346887+0000 mgr.smithi016.ulayit (mgr.14184) 220 : cluster [DBG] pgmap v183: 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-02-18T02:28:18.105 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:18.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:17.424024+0000 mgr.smithi016.ulayit (mgr.14184) 221 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:17.424024+0000 mgr.smithi016.ulayit (mgr.14184) 221 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:19.107 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:19.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:18.347453+0000 mgr.smithi016.ulayit (mgr.14184) 222 : cluster [DBG] pgmap v184: 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-02-18T02:28:19.846 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:18.347453+0000 mgr.smithi016.ulayit (mgr.14184) 222 : cluster [DBG] pgmap v184: 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-02-18T02:28:21.335 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:21.335 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:21.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:20.348036+0000 mgr.smithi016.ulayit (mgr.14184) 223 : cluster [DBG] pgmap v185: 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-02-18T02:28:21.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:20.348036+0000 mgr.smithi016.ulayit (mgr.14184) 223 : cluster [DBG] pgmap v185: 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-02-18T02:28:22.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:21.338332+0000 mgr.smithi016.ulayit (mgr.14184) 224 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:22.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:21.338332+0000 mgr.smithi016.ulayit (mgr.14184) 224 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:23.153 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:23.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:22.348554+0000 mgr.smithi016.ulayit (mgr.14184) 225 : cluster [DBG] pgmap v186: 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-02-18T02:28:23.857 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:22.348554+0000 mgr.smithi016.ulayit (mgr.14184) 225 : cluster [DBG] pgmap v186: 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-02-18T02:28:25.385 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:25.385 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:25.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:24.349217+0000 mgr.smithi016.ulayit (mgr.14184) 226 : cluster [DBG] pgmap v187: 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-02-18T02:28:25.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:24.349217+0000 mgr.smithi016.ulayit (mgr.14184) 226 : cluster [DBG] pgmap v187: 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-02-18T02:28:26.126 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:25.388499+0000 mgr.smithi016.ulayit (mgr.14184) 227 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:26.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:25.388499+0000 mgr.smithi016.ulayit (mgr.14184) 227 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:27.126 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:26.349657+0000 mgr.smithi016.ulayit (mgr.14184) 228 : cluster [DBG] pgmap v188: 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-02-18T02:28:27.881 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:26.349657+0000 mgr.smithi016.ulayit (mgr.14184) 228 : cluster [DBG] pgmap v188: 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-02-18T02:28:29.485 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:29.485 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:29.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:28.350393+0000 mgr.smithi016.ulayit (mgr.14184) 229 : cluster [DBG] pgmap v189: 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-02-18T02:28:29.878 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:28.350393+0000 mgr.smithi016.ulayit (mgr.14184) 229 : cluster [DBG] pgmap v189: 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-02-18T02:28:30.164 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:30.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:29.488073+0000 mgr.smithi016.ulayit (mgr.14184) 230 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:30.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:29.488073+0000 mgr.smithi016.ulayit (mgr.14184) 230 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:31.165 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:31.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:30.350832+0000 mgr.smithi016.ulayit (mgr.14184) 231 : cluster [DBG] pgmap v190: 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-02-18T02:28:31.886 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:30.350832+0000 mgr.smithi016.ulayit (mgr.14184) 231 : cluster [DBG] pgmap v190: 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-02-18T02:28:33.288 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:33.288 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:33.675 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:32.351437+0000 mgr.smithi016.ulayit (mgr.14184) 232 : cluster [DBG] pgmap v191: 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-02-18T02:28:33.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:32.351437+0000 mgr.smithi016.ulayit (mgr.14184) 232 : cluster [DBG] pgmap v191: 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-02-18T02:28:33.992 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:33.289141+0000 mgr.smithi016.ulayit (mgr.14184) 233 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:34.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:33.289141+0000 mgr.smithi016.ulayit (mgr.14184) 233 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:34.994 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:35.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:34.351903+0000 mgr.smithi016.ulayit (mgr.14184) 234 : cluster [DBG] pgmap v192: 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-02-18T02:28:35.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:34.351903+0000 mgr.smithi016.ulayit (mgr.14184) 234 : cluster [DBG] pgmap v192: 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-02-18T02:28:37.229 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:37.229 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:37.624 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:36.352569+0000 mgr.smithi016.ulayit (mgr.14184) 235 : cluster [DBG] pgmap v193: 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-02-18T02:28:37.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:36.352569+0000 mgr.smithi016.ulayit (mgr.14184) 235 : cluster [DBG] pgmap v193: 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-02-18T02:28:37.902 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:38.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:37.232526+0000 mgr.smithi016.ulayit (mgr.14184) 236 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:38.903 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:38.937 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:37.232526+0000 mgr.smithi016.ulayit (mgr.14184) 236 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:39.678 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:38.353243+0000 mgr.smithi016.ulayit (mgr.14184) 237 : cluster [DBG] pgmap v194: 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-02-18T02:28:39.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:38.353243+0000 mgr.smithi016.ulayit (mgr.14184) 237 : cluster [DBG] pgmap v194: 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-02-18T02:28:41.284 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:41.284 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:41.681 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:40.353741+0000 mgr.smithi016.ulayit (mgr.14184) 238 : cluster [DBG] pgmap v195: 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-02-18T02:28:41.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:40.353741+0000 mgr.smithi016.ulayit (mgr.14184) 238 : cluster [DBG] pgmap v195: 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-02-18T02:28:42.012 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:41.287203+0000 mgr.smithi016.ulayit (mgr.14184) 239 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:42.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:41.287203+0000 mgr.smithi016.ulayit (mgr.14184) 239 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:43.013 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:43.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:42.354272+0000 mgr.smithi016.ulayit (mgr.14184) 240 : cluster [DBG] pgmap v196: 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-02-18T02:28:43.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:42.354272+0000 mgr.smithi016.ulayit (mgr.14184) 240 : cluster [DBG] pgmap v196: 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-02-18T02:28:45.170 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:45.170 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:45.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:44.354845+0000 mgr.smithi016.ulayit (mgr.14184) 241 : cluster [DBG] pgmap v197: 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-02-18T02:28:45.802 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:44.354845+0000 mgr.smithi016.ulayit (mgr.14184) 241 : cluster [DBG] pgmap v197: 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-02-18T02:28:45.826 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:46.827 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:46.861 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:45.173019+0000 mgr.smithi016.ulayit (mgr.14184) 242 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:47.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:45.173019+0000 mgr.smithi016.ulayit (mgr.14184) 242 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:47.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:46.355558+0000 mgr.smithi016.ulayit (mgr.14184) 243 : cluster [DBG] pgmap v198: 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-02-18T02:28:48.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:46.355558+0000 mgr.smithi016.ulayit (mgr.14184) 243 : cluster [DBG] pgmap v198: 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-02-18T02:28:48.846 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:48.846 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:49.537 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:48.356119+0000 mgr.smithi016.ulayit (mgr.14184) 244 : cluster [DBG] pgmap v199: 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-02-18T02:28:50.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:48.356119+0000 mgr.smithi016.ulayit (mgr.14184) 244 : cluster [DBG] pgmap v199: 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-02-18T02:28:50.538 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:50.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:48.849645+0000 mgr.smithi016.ulayit (mgr.14184) 245 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:51.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:48.849645+0000 mgr.smithi016.ulayit (mgr.14184) 245 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:51.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:50.356528+0000 mgr.smithi016.ulayit (mgr.14184) 246 : cluster [DBG] pgmap v200: 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-02-18T02:28:52.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:50.356528+0000 mgr.smithi016.ulayit (mgr.14184) 246 : cluster [DBG] pgmap v200: 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-02-18T02:28:52.792 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:52.793 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:53.496 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:53.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:52.357075+0000 mgr.smithi016.ulayit (mgr.14184) 247 : cluster [DBG] pgmap v201: 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-02-18T02:28:53.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:52.357075+0000 mgr.smithi016.ulayit (mgr.14184) 247 : cluster [DBG] pgmap v201: 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-02-18T02:28:54.497 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:54.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:52.795831+0000 mgr.smithi016.ulayit (mgr.14184) 248 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:55.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:52.795831+0000 mgr.smithi016.ulayit (mgr.14184) 248 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:55.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:54.357706+0000 mgr.smithi016.ulayit (mgr.14184) 249 : cluster [DBG] pgmap v202: 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-02-18T02:28:56.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:54.357706+0000 mgr.smithi016.ulayit (mgr.14184) 249 : cluster [DBG] pgmap v202: 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-02-18T02:28:56.747 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:28:56.747 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:28:57.430 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:28:57.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:56.358185+0000 mgr.smithi016.ulayit (mgr.14184) 250 : cluster [DBG] pgmap v203: 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-02-18T02:28:57.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:28:56.750738+0000 mgr.smithi016.ulayit (mgr.14184) 251 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:58.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:56.358185+0000 mgr.smithi016.ulayit (mgr.14184) 250 : cluster [DBG] pgmap v203: 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-02-18T02:28:58.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:28:56.750738+0000 mgr.smithi016.ulayit (mgr.14184) 251 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:28:58.431 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:28:59.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:28:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:28:58.358797+0000 mgr.smithi016.ulayit (mgr.14184) 252 : cluster [DBG] pgmap v204: 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-02-18T02:29:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:28:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:28:58.358797+0000 mgr.smithi016.ulayit (mgr.14184) 252 : cluster [DBG] pgmap v204: 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-02-18T02:29:00.777 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:00.777 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:01.543 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:01.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:00.359223+0000 mgr.smithi016.ulayit (mgr.14184) 253 : cluster [DBG] pgmap v205: 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-02-18T02:29:02.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:00.359223+0000 mgr.smithi016.ulayit (mgr.14184) 253 : cluster [DBG] pgmap v205: 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-02-18T02:29:02.544 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:02.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:00.779655+0000 mgr.smithi016.ulayit (mgr.14184) 254 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:03.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:00.779655+0000 mgr.smithi016.ulayit (mgr.14184) 254 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:03.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:02.360113+0000 mgr.smithi016.ulayit (mgr.14184) 255 : cluster [DBG] pgmap v206: 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-02-18T02:29:03.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:02.581371+0000 mon.smithi016 (mon.0) 671 : cluster [DBG] mgrmap e21: smithi016.ulayit(active, since 5m), standbys: smithi153.gjgtyf 2024-02-18T02:29:03.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:02.360113+0000 mgr.smithi016.ulayit (mgr.14184) 255 : cluster [DBG] pgmap v206: 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-02-18T02:29:03.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:02.581371+0000 mon.smithi016 (mon.0) 671 : cluster [DBG] mgrmap e21: smithi016.ulayit(active, since 5m), standbys: smithi153.gjgtyf 2024-02-18T02:29:04.674 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:04.674 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:05.364 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:04.360666+0000 mgr.smithi016.ulayit (mgr.14184) 256 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:05.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:04.677454+0000 mgr.smithi016.ulayit (mgr.14184) 257 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:06.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:04.360666+0000 mgr.smithi016.ulayit (mgr.14184) 256 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:06.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:04.677454+0000 mgr.smithi016.ulayit (mgr.14184) 257 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:06.366 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:07.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:06.361272+0000 mgr.smithi016.ulayit (mgr.14184) 258 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:08.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:06.361272+0000 mgr.smithi016.ulayit (mgr.14184) 258 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:08.702 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:08.702 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:09.523 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:08.361852+0000 mgr.smithi016.ulayit (mgr.14184) 259 : cluster [DBG] pgmap v209: 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-02-18T02:29:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:08.705258+0000 mgr.smithi016.ulayit (mgr.14184) 260 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:10.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:08.361852+0000 mgr.smithi016.ulayit (mgr.14184) 259 : cluster [DBG] pgmap v209: 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-02-18T02:29:10.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:08.705258+0000 mgr.smithi016.ulayit (mgr.14184) 260 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:10.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:11.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:10.362412+0000 mgr.smithi016.ulayit (mgr.14184) 261 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:10.362412+0000 mgr.smithi016.ulayit (mgr.14184) 261 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:12.877 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:12.877 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:13.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:13.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:12.362955+0000 mgr.smithi016.ulayit (mgr.14184) 262 : cluster [DBG] pgmap v211: 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-02-18T02:29:13.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:12.362955+0000 mgr.smithi016.ulayit (mgr.14184) 262 : cluster [DBG] pgmap v211: 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-02-18T02:29:14.600 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:14.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:12.880046+0000 mgr.smithi016.ulayit (mgr.14184) 263 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:15.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:12.880046+0000 mgr.smithi016.ulayit (mgr.14184) 263 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:15.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:14.363560+0000 mgr.smithi016.ulayit (mgr.14184) 264 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:16.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:14.363560+0000 mgr.smithi016.ulayit (mgr.14184) 264 : 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, 170 B/s wr, 0 op/s 2024-02-18T02:29:16.881 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:16.882 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:17.748 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:17.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:16.364102+0000 mgr.smithi016.ulayit (mgr.14184) 265 : 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-02-18T02:29:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:16.364102+0000 mgr.smithi016.ulayit (mgr.14184) 265 : 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-02-18T02:29:18.749 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:16.884875+0000 mgr.smithi016.ulayit (mgr.14184) 266 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:19.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:16.884875+0000 mgr.smithi016.ulayit (mgr.14184) 266 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:18.364691+0000 mgr.smithi016.ulayit (mgr.14184) 267 : cluster [DBG] pgmap v214: 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-02-18T02:29:20.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:18.364691+0000 mgr.smithi016.ulayit (mgr.14184) 267 : cluster [DBG] pgmap v214: 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-02-18T02:29:21.075 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:21.075 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:21.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:20.365099+0000 mgr.smithi016.ulayit (mgr.14184) 268 : 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-02-18T02:29:21.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:22.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:20.365099+0000 mgr.smithi016.ulayit (mgr.14184) 268 : 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-02-18T02:29:22.836 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:22.869 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:21.078467+0000 mgr.smithi016.ulayit (mgr.14184) 269 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:23.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:21.078467+0000 mgr.smithi016.ulayit (mgr.14184) 269 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:23.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:22.365736+0000 mgr.smithi016.ulayit (mgr.14184) 270 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:23.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:22.365736+0000 mgr.smithi016.ulayit (mgr.14184) 270 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:25.217 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:25.217 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:25.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:24.366182+0000 mgr.smithi016.ulayit (mgr.14184) 271 : 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-02-18T02:29:26.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:24.366182+0000 mgr.smithi016.ulayit (mgr.14184) 271 : 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-02-18T02:29:26.099 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:26.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:25.220535+0000 mgr.smithi016.ulayit (mgr.14184) 272 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:25.220535+0000 mgr.smithi016.ulayit (mgr.14184) 272 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:27.100 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:26.366838+0000 mgr.smithi016.ulayit (mgr.14184) 273 : 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-02-18T02:29:28.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:26.366838+0000 mgr.smithi016.ulayit (mgr.14184) 273 : 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-02-18T02:29:29.294 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:29.294 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:29.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:28.367473+0000 mgr.smithi016.ulayit (mgr.14184) 274 : cluster [DBG] pgmap v219: 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-02-18T02:29:30.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:28.367473+0000 mgr.smithi016.ulayit (mgr.14184) 274 : cluster [DBG] pgmap v219: 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-02-18T02:29:30.138 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:30.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:29.296786+0000 mgr.smithi016.ulayit (mgr.14184) 275 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:31.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:29.296786+0000 mgr.smithi016.ulayit (mgr.14184) 275 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:31.139 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:31.929 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:30.367915+0000 mgr.smithi016.ulayit (mgr.14184) 276 : 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-02-18T02:29:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:30.367915+0000 mgr.smithi016.ulayit (mgr.14184) 276 : 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-02-18T02:29:33.463 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:33.463 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:33.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:32.368572+0000 mgr.smithi016.ulayit (mgr.14184) 277 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:33.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:32.368572+0000 mgr.smithi016.ulayit (mgr.14184) 277 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:34.234 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:34.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:33.466614+0000 mgr.smithi016.ulayit (mgr.14184) 278 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:35.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:33.466614+0000 mgr.smithi016.ulayit (mgr.14184) 278 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:35.235 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:35.910 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:34.369198+0000 mgr.smithi016.ulayit (mgr.14184) 279 : 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-02-18T02:29:36.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:34.369198+0000 mgr.smithi016.ulayit (mgr.14184) 279 : 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-02-18T02:29:37.550 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:37.550 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:37.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:36.369705+0000 mgr.smithi016.ulayit (mgr.14184) 280 : 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-02-18T02:29:38.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:36.369705+0000 mgr.smithi016.ulayit (mgr.14184) 280 : 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-02-18T02:29:38.343 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:38.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:37.553372+0000 mgr.smithi016.ulayit (mgr.14184) 281 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:39.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:37.553372+0000 mgr.smithi016.ulayit (mgr.14184) 281 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:39.344 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:38.370268+0000 mgr.smithi016.ulayit (mgr.14184) 282 : cluster [DBG] pgmap v224: 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-02-18T02:29:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:38.370268+0000 mgr.smithi016.ulayit (mgr.14184) 282 : cluster [DBG] pgmap v224: 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-02-18T02:29:41.699 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:41.699 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:41.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:40.370758+0000 mgr.smithi016.ulayit (mgr.14184) 283 : 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-02-18T02:29:42.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:40.370758+0000 mgr.smithi016.ulayit (mgr.14184) 283 : 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-02-18T02:29:42.500 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:42.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:41.703024+0000 mgr.smithi016.ulayit (mgr.14184) 284 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:41.703024+0000 mgr.smithi016.ulayit (mgr.14184) 284 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:43.500 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:43.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:42.371479+0000 mgr.smithi016.ulayit (mgr.14184) 285 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:43.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:42.371479+0000 mgr.smithi016.ulayit (mgr.14184) 285 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:45.807 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:45.808 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:45.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:44.371965+0000 mgr.smithi016.ulayit (mgr.14184) 286 : 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-02-18T02:29:46.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:44.371965+0000 mgr.smithi016.ulayit (mgr.14184) 286 : 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-02-18T02:29:46.604 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:47.606 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:47.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:45.810656+0000 mgr.smithi016.ulayit (mgr.14184) 287 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:47.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:46.372458+0000 mgr.smithi016.ulayit (mgr.14184) 288 : 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-02-18T02:29:48.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:45.810656+0000 mgr.smithi016.ulayit (mgr.14184) 287 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:48.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:46.372458+0000 mgr.smithi016.ulayit (mgr.14184) 288 : 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-02-18T02:29:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:48.373181+0000 mgr.smithi016.ulayit (mgr.14184) 289 : cluster [DBG] pgmap v229: 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-02-18T02:29:49.949 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:49.949 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:50.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:48.373181+0000 mgr.smithi016.ulayit (mgr.14184) 289 : cluster [DBG] pgmap v229: 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-02-18T02:29:50.582 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:51.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:51.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:49.953402+0000 mgr.smithi016.ulayit (mgr.14184) 290 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:51.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:50.373591+0000 mgr.smithi016.ulayit (mgr.14184) 291 : 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-02-18T02:29:52.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:49.953402+0000 mgr.smithi016.ulayit (mgr.14184) 290 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:52.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:50.373591+0000 mgr.smithi016.ulayit (mgr.14184) 291 : 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-02-18T02:29:53.916 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:53.916 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:53.937 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:52.374183+0000 mgr.smithi016.ulayit (mgr.14184) 292 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:53.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:52.374183+0000 mgr.smithi016.ulayit (mgr.14184) 292 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:29:54.573 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:55.574 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:55.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:53.919290+0000 mgr.smithi016.ulayit (mgr.14184) 293 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:55.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:54.374854+0000 mgr.smithi016.ulayit (mgr.14184) 294 : 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-02-18T02:29:56.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:53.919290+0000 mgr.smithi016.ulayit (mgr.14184) 293 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:56.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:54.374854+0000 mgr.smithi016.ulayit (mgr.14184) 294 : 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-02-18T02:29:57.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:56.375507+0000 mgr.smithi016.ulayit (mgr.14184) 295 : 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-02-18T02:29:57.976 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:29:57.977 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:29:58.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:56.375507+0000 mgr.smithi016.ulayit (mgr.14184) 295 : 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-02-18T02:29:58.800 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:29:59.800 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:29:59.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:29:57.979994+0000 mgr.smithi016.ulayit (mgr.14184) 296 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:29:59.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:29:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:29:58.376321+0000 mgr.smithi016.ulayit (mgr.14184) 297 : cluster [DBG] pgmap v234: 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-02-18T02:30:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:29:57.979994+0000 mgr.smithi016.ulayit (mgr.14184) 296 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:29:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:29:58.376321+0000 mgr.smithi016.ulayit (mgr.14184) 297 : cluster [DBG] pgmap v234: 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-02-18T02:30:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:00.000111+0000 mon.smithi016 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2024-02-18T02:30:01.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:00.000111+0000 mon.smithi016 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2024-02-18T02:30:01.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:00.376711+0000 mgr.smithi016.ulayit (mgr.14184) 298 : 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-02-18T02:30:02.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:00.376711+0000 mgr.smithi016.ulayit (mgr.14184) 298 : 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-02-18T02:30:02.031 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:02.031 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:02.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:03.741 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:03.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:02.034111+0000 mgr.smithi016.ulayit (mgr.14184) 299 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:03.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:02.377247+0000 mgr.smithi016.ulayit (mgr.14184) 300 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:04.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:02.034111+0000 mgr.smithi016.ulayit (mgr.14184) 299 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:04.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:02.377247+0000 mgr.smithi016.ulayit (mgr.14184) 300 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:05.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:04.377826+0000 mgr.smithi016.ulayit (mgr.14184) 301 : 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-02-18T02:30:05.989 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:05.989 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z 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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:06.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:04.377826+0000 mgr.smithi016.ulayit (mgr.14184) 301 : 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-02-18T02:30:06.796 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:07.797 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:08.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:05.992706+0000 mgr.smithi016.ulayit (mgr.14184) 302 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:08.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:06.378417+0000 mgr.smithi016.ulayit (mgr.14184) 303 : 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-02-18T02:30:08.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:05.992706+0000 mgr.smithi016.ulayit (mgr.14184) 302 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:08.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:06.378417+0000 mgr.smithi016.ulayit (mgr.14184) 303 : 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-02-18T02:30:08.922 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:08.467222+0000 mon.smithi016 (mon.0) 673 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.ltxkvo"}]: dispatch 2024-02-18T02:30:09.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:08.467222+0000 mon.smithi016 (mon.0) 673 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.ltxkvo"}]: dispatch 2024-02-18T02:30:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:08.378925+0000 mgr.smithi016.ulayit (mgr.14184) 304 : cluster [DBG] pgmap v239: 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-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:30:08.466764+0000 mgr.smithi016.ulayit (mgr.14184) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:30:08.466958+0000 mgr.smithi016.ulayit (mgr.14184) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:30:08.467823+0000 mgr.smithi016.ulayit (mgr.14184) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:09.948 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:30:08.469298+0000 mgr.smithi016.ulayit (mgr.14184) 308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.tfsoxw on smithi016 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:08.378925+0000 mgr.smithi016.ulayit (mgr.14184) 304 : cluster [DBG] pgmap v239: 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-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:30:08.466764+0000 mgr.smithi016.ulayit (mgr.14184) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:10.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:30:08.466958+0000 mgr.smithi016.ulayit (mgr.14184) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:30:08.467823+0000 mgr.smithi016.ulayit (mgr.14184) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo 2024-02-18T02:30:10.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.ltxkvo ... 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:28:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:29:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:30:10.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:30:08.469298+0000 mgr.smithi016.ulayit (mgr.14184) 308 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.tfsoxw on smithi016 2024-02-18T02:30:10.059 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:10.059 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:10.810 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:11.811 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:10.062976+0000 mgr.smithi016.ulayit (mgr.14184) 309 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:10.379355+0000 mgr.smithi016.ulayit (mgr.14184) 310 : 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-02-18T02:30:12.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:10.062976+0000 mgr.smithi016.ulayit (mgr.14184) 309 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:12.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:10.379355+0000 mgr.smithi016.ulayit (mgr.14184) 310 : 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-02-18T02:30:13.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:12.379818+0000 mgr.smithi016.ulayit (mgr.14184) 311 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:13.970 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:12.379818+0000 mgr.smithi016.ulayit (mgr.14184) 311 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:13.999 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:13.999 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:14.815 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:15.816 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:16.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:14.002207+0000 mgr.smithi016.ulayit (mgr.14184) 312 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:16.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:14.380409+0000 mgr.smithi016.ulayit (mgr.14184) 313 : 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-02-18T02:30:16.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:14.002207+0000 mgr.smithi016.ulayit (mgr.14184) 312 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:16.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:14.380409+0000 mgr.smithi016.ulayit (mgr.14184) 313 : 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-02-18T02:30:17.784 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:16.380847+0000 mgr.smithi016.ulayit (mgr.14184) 314 : 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-02-18T02:30:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:16.380847+0000 mgr.smithi016.ulayit (mgr.14184) 314 : 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-02-18T02:30:18.209 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:18.209 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:18.880 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:19.880 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:20.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:18.212355+0000 mgr.smithi016.ulayit (mgr.14184) 315 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:20.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:18.381317+0000 mgr.smithi016.ulayit (mgr.14184) 316 : cluster [DBG] pgmap v244: 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-02-18T02:30:20.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:18.212355+0000 mgr.smithi016.ulayit (mgr.14184) 315 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:20.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:18.381317+0000 mgr.smithi016.ulayit (mgr.14184) 316 : cluster [DBG] pgmap v244: 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-02-18T02:30:21.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:20.381709+0000 mgr.smithi016.ulayit (mgr.14184) 317 : 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-02-18T02:30:22.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:20.381709+0000 mgr.smithi016.ulayit (mgr.14184) 317 : 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-02-18T02:30:22.201 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:22.201 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:22.752 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:23.753 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:24.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:22.204477+0000 mgr.smithi016.ulayit (mgr.14184) 318 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:24.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:22.382407+0000 mgr.smithi016.ulayit (mgr.14184) 319 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:24.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:22.204477+0000 mgr.smithi016.ulayit (mgr.14184) 318 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:24.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:22.382407+0000 mgr.smithi016.ulayit (mgr.14184) 319 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:25.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:24.382802+0000 mgr.smithi016.ulayit (mgr.14184) 320 : 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-02-18T02:30:26.007 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:26.007 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:26.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:24.382802+0000 mgr.smithi016.ulayit (mgr.14184) 320 : 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-02-18T02:30:26.804 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:27.805 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:28.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:26.010643+0000 mgr.smithi016.ulayit (mgr.14184) 321 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:28.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:26.383409+0000 mgr.smithi016.ulayit (mgr.14184) 322 : 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-02-18T02:30:28.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:26.010643+0000 mgr.smithi016.ulayit (mgr.14184) 321 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:28.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:26.383409+0000 mgr.smithi016.ulayit (mgr.14184) 322 : 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-02-18T02:30:29.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:28.383854+0000 mgr.smithi016.ulayit (mgr.14184) 323 : cluster [DBG] pgmap v249: 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-02-18T02:30:30.020 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:30.020 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:30.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:28.383854+0000 mgr.smithi016.ulayit (mgr.14184) 323 : cluster [DBG] pgmap v249: 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-02-18T02:30:30.644 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:31.645 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:31.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:30.022975+0000 mgr.smithi016.ulayit (mgr.14184) 324 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:31.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:30.384213+0000 mgr.smithi016.ulayit (mgr.14184) 325 : 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-02-18T02:30:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:30.022975+0000 mgr.smithi016.ulayit (mgr.14184) 324 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:30.384213+0000 mgr.smithi016.ulayit (mgr.14184) 325 : 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-02-18T02:30:33.911 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:33.911 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:34.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:32.384766+0000 mgr.smithi016.ulayit (mgr.14184) 326 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:34.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:32.384766+0000 mgr.smithi016.ulayit (mgr.14184) 326 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:34.597 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:35.598 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:35.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:33.913664+0000 mgr.smithi016.ulayit (mgr.14184) 327 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:35.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:34.385309+0000 mgr.smithi016.ulayit (mgr.14184) 328 : 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-02-18T02:30:36.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:33.913664+0000 mgr.smithi016.ulayit (mgr.14184) 327 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:36.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:34.385309+0000 mgr.smithi016.ulayit (mgr.14184) 328 : 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-02-18T02:30:37.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:36.385783+0000 mgr.smithi016.ulayit (mgr.14184) 329 : 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-02-18T02:30:38.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:36.385783+0000 mgr.smithi016.ulayit (mgr.14184) 329 : 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-02-18T02:30:38.030 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:38.030 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:38.771 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:39.772 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:38.033652+0000 mgr.smithi016.ulayit (mgr.14184) 330 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:38.386382+0000 mgr.smithi016.ulayit (mgr.14184) 331 : cluster [DBG] pgmap v254: 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-02-18T02:30:40.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:38.033652+0000 mgr.smithi016.ulayit (mgr.14184) 330 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:40.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:38.386382+0000 mgr.smithi016.ulayit (mgr.14184) 331 : cluster [DBG] pgmap v254: 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-02-18T02:30:41.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:40.386839+0000 mgr.smithi016.ulayit (mgr.14184) 332 : 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-02-18T02:30:42.003 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:42.003 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:42.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:40.386839+0000 mgr.smithi016.ulayit (mgr.14184) 332 : 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-02-18T02:30:42.800 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:43.802 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:44.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:42.006655+0000 mgr.smithi016.ulayit (mgr.14184) 333 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:44.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:42.387318+0000 mgr.smithi016.ulayit (mgr.14184) 334 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:44.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:42.006655+0000 mgr.smithi016.ulayit (mgr.14184) 333 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:44.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:42.387318+0000 mgr.smithi016.ulayit (mgr.14184) 334 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:45.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:44.387750+0000 mgr.smithi016.ulayit (mgr.14184) 335 : 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-02-18T02:30:46.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:44.387750+0000 mgr.smithi016.ulayit (mgr.14184) 335 : 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-02-18T02:30:46.063 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:46.064 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:46.701 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:46.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:46.067096+0000 mgr.smithi016.ulayit (mgr.14184) 336 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:46.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:46.388266+0000 mgr.smithi016.ulayit (mgr.14184) 337 : 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-02-18T02:30:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:46.067096+0000 mgr.smithi016.ulayit (mgr.14184) 336 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:46.388266+0000 mgr.smithi016.ulayit (mgr.14184) 337 : 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-02-18T02:30:47.702 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:49.506 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:48.388755+0000 mgr.smithi016.ulayit (mgr.14184) 338 : cluster [DBG] pgmap v259: 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-02-18T02:30:49.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:48.388755+0000 mgr.smithi016.ulayit (mgr.14184) 338 : cluster [DBG] pgmap v259: 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-02-18T02:30:50.002 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:50.002 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:50.721 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:51.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:50.005946+0000 mgr.smithi016.ulayit (mgr.14184) 339 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:51.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:50.389167+0000 mgr.smithi016.ulayit (mgr.14184) 340 : 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-02-18T02:30:51.721 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:51.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:50.005946+0000 mgr.smithi016.ulayit (mgr.14184) 339 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:51.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:50.389167+0000 mgr.smithi016.ulayit (mgr.14184) 340 : 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-02-18T02:30:53.683 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:52.389680+0000 mgr.smithi016.ulayit (mgr.14184) 341 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:53.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:52.389680+0000 mgr.smithi016.ulayit (mgr.14184) 341 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:54.130 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:54.130 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:54.894 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:54.133287+0000 mgr.smithi016.ulayit (mgr.14184) 342 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:54.390136+0000 mgr.smithi016.ulayit (mgr.14184) 343 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:55.895 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:55.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:54.133287+0000 mgr.smithi016.ulayit (mgr.14184) 342 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:55.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:54.390136+0000 mgr.smithi016.ulayit (mgr.14184) 343 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:57.619 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:56.390568+0000 mgr.smithi016.ulayit (mgr.14184) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:57.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:56.390568+0000 mgr.smithi016.ulayit (mgr.14184) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:30:58.074 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:30:58.074 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:30:58.800 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:30:59.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:30:58.077593+0000 mgr.smithi016.ulayit (mgr.14184) 345 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:59.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:30:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:30:58.391060+0000 mgr.smithi016.ulayit (mgr.14184) 346 : cluster [DBG] pgmap v264: 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-02-18T02:30:59.801 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:30:59.834 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:30:58.077593+0000 mgr.smithi016.ulayit (mgr.14184) 345 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:30:59.835 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:30:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:30:58.391060+0000 mgr.smithi016.ulayit (mgr.14184) 346 : cluster [DBG] pgmap v264: 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-02-18T02:31:01.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:00.391454+0000 mgr.smithi016.ulayit (mgr.14184) 347 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:01.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:00.391454+0000 mgr.smithi016.ulayit (mgr.14184) 347 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:02.144 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:02.145 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:02.990 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:03.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:02.148155+0000 mgr.smithi016.ulayit (mgr.14184) 348 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:03.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:02.392030+0000 mgr.smithi016.ulayit (mgr.14184) 349 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:03.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:02.148155+0000 mgr.smithi016.ulayit (mgr.14184) 348 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:03.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:02.392030+0000 mgr.smithi016.ulayit (mgr.14184) 349 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:03.991 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:05.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:04.392451+0000 mgr.smithi016.ulayit (mgr.14184) 350 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:05.839 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:04.392451+0000 mgr.smithi016.ulayit (mgr.14184) 350 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:06.296 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:06.296 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:07.060 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:07.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:06.299104+0000 mgr.smithi016.ulayit (mgr.14184) 351 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:07.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:06.392967+0000 mgr.smithi016.ulayit (mgr.14184) 352 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:07.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:06.299104+0000 mgr.smithi016.ulayit (mgr.14184) 351 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:07.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:06.392967+0000 mgr.smithi016.ulayit (mgr.14184) 352 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:08.061 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:09.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:08.393694+0000 mgr.smithi016.ulayit (mgr.14184) 353 : cluster [DBG] pgmap v269: 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-02-18T02:31:09.905 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:08.393694+0000 mgr.smithi016.ulayit (mgr.14184) 353 : cluster [DBG] pgmap v269: 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-02-18T02:31:10.362 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:10.362 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:11.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:11.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:10.365952+0000 mgr.smithi016.ulayit (mgr.14184) 354 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:11.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:10.394080+0000 mgr.smithi016.ulayit (mgr.14184) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:11.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:10.365952+0000 mgr.smithi016.ulayit (mgr.14184) 354 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:11.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:10.394080+0000 mgr.smithi016.ulayit (mgr.14184) 355 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:12.120 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:13.660 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:12.394613+0000 mgr.smithi016.ulayit (mgr.14184) 356 : 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-02-18T02:31:13.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:12.394613+0000 mgr.smithi016.ulayit (mgr.14184) 356 : 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-02-18T02:31:14.321 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:14.321 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:15.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:15.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:14.324107+0000 mgr.smithi016.ulayit (mgr.14184) 357 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:15.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:14.395152+0000 mgr.smithi016.ulayit (mgr.14184) 358 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:15.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:14.324107+0000 mgr.smithi016.ulayit (mgr.14184) 357 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:15.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:14.395152+0000 mgr.smithi016.ulayit (mgr.14184) 358 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:16.034 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:17.618 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:16.395601+0000 mgr.smithi016.ulayit (mgr.14184) 359 : 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-02-18T02:31:17.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:16.395601+0000 mgr.smithi016.ulayit (mgr.14184) 359 : 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-02-18T02:31:18.310 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:18.310 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:19.023 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:19.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:18.314072+0000 mgr.smithi016.ulayit (mgr.14184) 360 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:19.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:18.396101+0000 mgr.smithi016.ulayit (mgr.14184) 361 : cluster [DBG] pgmap v274: 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-02-18T02:31:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:18.314072+0000 mgr.smithi016.ulayit (mgr.14184) 360 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:19.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:18.396101+0000 mgr.smithi016.ulayit (mgr.14184) 361 : cluster [DBG] pgmap v274: 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-02-18T02:31:20.024 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:21.673 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:20.396744+0000 mgr.smithi016.ulayit (mgr.14184) 362 : 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-02-18T02:31:21.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:20.396744+0000 mgr.smithi016.ulayit (mgr.14184) 362 : 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-02-18T02:31:22.406 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:22.406 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:23.146 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:23.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:22.397166+0000 mgr.smithi016.ulayit (mgr.14184) 363 : 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-02-18T02:31:23.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:22.409709+0000 mgr.smithi016.ulayit (mgr.14184) 364 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:23.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:22.397166+0000 mgr.smithi016.ulayit (mgr.14184) 363 : 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-02-18T02:31:23.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:22.409709+0000 mgr.smithi016.ulayit (mgr.14184) 364 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:24.147 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:25.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:24.397541+0000 mgr.smithi016.ulayit (mgr.14184) 365 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:25.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:24.397541+0000 mgr.smithi016.ulayit (mgr.14184) 365 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:26.444 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:26.444 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:27.254 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:26.397947+0000 mgr.smithi016.ulayit (mgr.14184) 366 : 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-02-18T02:31:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:26.447366+0000 mgr.smithi016.ulayit (mgr.14184) 367 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:26.397947+0000 mgr.smithi016.ulayit (mgr.14184) 366 : 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-02-18T02:31:27.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:26.447366+0000 mgr.smithi016.ulayit (mgr.14184) 367 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:28.255 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:29.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:28.398450+0000 mgr.smithi016.ulayit (mgr.14184) 368 : cluster [DBG] pgmap v279: 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-02-18T02:31:29.810 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:28.398450+0000 mgr.smithi016.ulayit (mgr.14184) 368 : cluster [DBG] pgmap v279: 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-02-18T02:31:30.618 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:30.618 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:31.449 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:31.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:30.398822+0000 mgr.smithi016.ulayit (mgr.14184) 369 : 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-02-18T02:31:31.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:30.620154+0000 mgr.smithi016.ulayit (mgr.14184) 370 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:31.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:30.398822+0000 mgr.smithi016.ulayit (mgr.14184) 369 : 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-02-18T02:31:31.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:30.620154+0000 mgr.smithi016.ulayit (mgr.14184) 370 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:32.450 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:33.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:32.399394+0000 mgr.smithi016.ulayit (mgr.14184) 371 : 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-02-18T02:31:33.810 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:32.399394+0000 mgr.smithi016.ulayit (mgr.14184) 371 : 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-02-18T02:31:34.921 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:34.921 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:35.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:34.400002+0000 mgr.smithi016.ulayit (mgr.14184) 372 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:35.716 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:35.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:34.400002+0000 mgr.smithi016.ulayit (mgr.14184) 372 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:36.717 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:36.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:34.924446+0000 mgr.smithi016.ulayit (mgr.14184) 373 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:36.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:34.924446+0000 mgr.smithi016.ulayit (mgr.14184) 373 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:37.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:36.400725+0000 mgr.smithi016.ulayit (mgr.14184) 374 : 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-02-18T02:31:37.857 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:36.400725+0000 mgr.smithi016.ulayit (mgr.14184) 374 : 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-02-18T02:31:39.027 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:39.028 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:39.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:38.401281+0000 mgr.smithi016.ulayit (mgr.14184) 375 : cluster [DBG] pgmap v284: 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-02-18T02:31:39.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:38.401281+0000 mgr.smithi016.ulayit (mgr.14184) 375 : cluster [DBG] pgmap v284: 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-02-18T02:31:39.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:40.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:39.030907+0000 mgr.smithi016.ulayit (mgr.14184) 376 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:40.863 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:40.898 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:39.030907+0000 mgr.smithi016.ulayit (mgr.14184) 376 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:41.602 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:40.401861+0000 mgr.smithi016.ulayit (mgr.14184) 377 : 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-02-18T02:31:41.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:40.401861+0000 mgr.smithi016.ulayit (mgr.14184) 377 : 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-02-18T02:31:43.248 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:43.248 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:43.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:42.402527+0000 mgr.smithi016.ulayit (mgr.14184) 378 : 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-02-18T02:31:43.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:42.402527+0000 mgr.smithi016.ulayit (mgr.14184) 378 : 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-02-18T02:31:43.963 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:44.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:43.251180+0000 mgr.smithi016.ulayit (mgr.14184) 379 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:44.964 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:45.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:43.251180+0000 mgr.smithi016.ulayit (mgr.14184) 379 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:45.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:44.403087+0000 mgr.smithi016.ulayit (mgr.14184) 380 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:46.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:44.403087+0000 mgr.smithi016.ulayit (mgr.14184) 380 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:47.194 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:47.195 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:47.934 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:46.403510+0000 mgr.smithi016.ulayit (mgr.14184) 381 : 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-02-18T02:31:47.958 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:48.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:46.403510+0000 mgr.smithi016.ulayit (mgr.14184) 381 : 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-02-18T02:31:48.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:47.198282+0000 mgr.smithi016.ulayit (mgr.14184) 382 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:48.959 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:49.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:47.198282+0000 mgr.smithi016.ulayit (mgr.14184) 382 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:49.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:48.404202+0000 mgr.smithi016.ulayit (mgr.14184) 383 : cluster [DBG] pgmap v289: 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-02-18T02:31:50.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:48.404202+0000 mgr.smithi016.ulayit (mgr.14184) 383 : cluster [DBG] pgmap v289: 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-02-18T02:31:51.217 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:51.217 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:51.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:50.404818+0000 mgr.smithi016.ulayit (mgr.14184) 384 : 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-02-18T02:31:52.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:50.404818+0000 mgr.smithi016.ulayit (mgr.14184) 384 : 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-02-18T02:31:52.039 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:52.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:51.220772+0000 mgr.smithi016.ulayit (mgr.14184) 385 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:53.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:51.220772+0000 mgr.smithi016.ulayit (mgr.14184) 385 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:53.040 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:53.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:52.405398+0000 mgr.smithi016.ulayit (mgr.14184) 386 : 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-02-18T02:31:53.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:52.405398+0000 mgr.smithi016.ulayit (mgr.14184) 386 : 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-02-18T02:31:55.202 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:55.202 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:55.879 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:54.406055+0000 mgr.smithi016.ulayit (mgr.14184) 387 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:55.903 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:31:56.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:54.406055+0000 mgr.smithi016.ulayit (mgr.14184) 387 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:31:56.904 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:31:56.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:55.205931+0000 mgr.smithi016.ulayit (mgr.14184) 388 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:57.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:55.205931+0000 mgr.smithi016.ulayit (mgr.14184) 388 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:31:57.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:56.406641+0000 mgr.smithi016.ulayit (mgr.14184) 389 : 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-02-18T02:31:58.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:56.406641+0000 mgr.smithi016.ulayit (mgr.14184) 389 : 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-02-18T02:31:59.164 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:31:59.164 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:31:59.935 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:31:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:31:58.407305+0000 mgr.smithi016.ulayit (mgr.14184) 390 : cluster [DBG] pgmap v294: 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-02-18T02:31:59.958 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:31:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:31:58.407305+0000 mgr.smithi016.ulayit (mgr.14184) 390 : cluster [DBG] pgmap v294: 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-02-18T02:32:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:31:59.167304+0000 mgr.smithi016.ulayit (mgr.14184) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:00.958 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:01.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:31:59.167304+0000 mgr.smithi016.ulayit (mgr.14184) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:01.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:00.407780+0000 mgr.smithi016.ulayit (mgr.14184) 392 : 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-02-18T02:32:02.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:00.407780+0000 mgr.smithi016.ulayit (mgr.14184) 392 : 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-02-18T02:32:03.338 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:03.338 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:03.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:02.408367+0000 mgr.smithi016.ulayit (mgr.14184) 393 : 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-02-18T02:32:03.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:02.408367+0000 mgr.smithi016.ulayit (mgr.14184) 393 : 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-02-18T02:32:04.047 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:04.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:03.341084+0000 mgr.smithi016.ulayit (mgr.14184) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:05.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:03.341084+0000 mgr.smithi016.ulayit (mgr.14184) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:05.047 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:05.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:04.408862+0000 mgr.smithi016.ulayit (mgr.14184) 395 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:06.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:04.408862+0000 mgr.smithi016.ulayit (mgr.14184) 395 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:07.214 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:07.214 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:07.874 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:06.409604+0000 mgr.smithi016.ulayit (mgr.14184) 396 : 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-02-18T02:32:07.896 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:08.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:06.409604+0000 mgr.smithi016.ulayit (mgr.14184) 396 : 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-02-18T02:32:08.897 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:08.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:07.217974+0000 mgr.smithi016.ulayit (mgr.14184) 397 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:09.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:07.217974+0000 mgr.smithi016.ulayit (mgr.14184) 397 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:09.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:08.410419+0000 mgr.smithi016.ulayit (mgr.14184) 398 : cluster [DBG] pgmap v299: 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-02-18T02:32:10.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:08.410419+0000 mgr.smithi016.ulayit (mgr.14184) 398 : cluster [DBG] pgmap v299: 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-02-18T02:32:11.145 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:11.145 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:11.914 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:10.410832+0000 mgr.smithi016.ulayit (mgr.14184) 399 : 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-02-18T02:32:11.937 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:12.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:10.410832+0000 mgr.smithi016.ulayit (mgr.14184) 399 : 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-02-18T02:32:12.938 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:12.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:11.148303+0000 mgr.smithi016.ulayit (mgr.14184) 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:13.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:11.148303+0000 mgr.smithi016.ulayit (mgr.14184) 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:13.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:12.411394+0000 mgr.smithi016.ulayit (mgr.14184) 401 : 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-02-18T02:32:13.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:12.411394+0000 mgr.smithi016.ulayit (mgr.14184) 401 : 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-02-18T02:32:15.132 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:15.132 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:15.803 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:14.411820+0000 mgr.smithi016.ulayit (mgr.14184) 402 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:15.826 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:16.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:14.411820+0000 mgr.smithi016.ulayit (mgr.14184) 402 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:16.827 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:16.862 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:15.135753+0000 mgr.smithi016.ulayit (mgr.14184) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:17.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:15.135753+0000 mgr.smithi016.ulayit (mgr.14184) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:17.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:16.412419+0000 mgr.smithi016.ulayit (mgr.14184) 404 : 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-02-18T02:32:18.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:16.412419+0000 mgr.smithi016.ulayit (mgr.14184) 404 : 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-02-18T02:32:19.039 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:19.040 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:19.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:18.412993+0000 mgr.smithi016.ulayit (mgr.14184) 405 : cluster [DBG] pgmap v304: 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-02-18T02:32:19.758 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:20.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:18.412993+0000 mgr.smithi016.ulayit (mgr.14184) 405 : cluster [DBG] pgmap v304: 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-02-18T02:32:20.759 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:20.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:19.043123+0000 mgr.smithi016.ulayit (mgr.14184) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:21.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:19.043123+0000 mgr.smithi016.ulayit (mgr.14184) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:21.893 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:20.413855+0000 mgr.smithi016.ulayit (mgr.14184) 407 : 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-02-18T02:32:22.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:20.413855+0000 mgr.smithi016.ulayit (mgr.14184) 407 : 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-02-18T02:32:23.040 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:23.040 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:23.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:22.414411+0000 mgr.smithi016.ulayit (mgr.14184) 408 : 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-02-18T02:32:23.803 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:23.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:22.414411+0000 mgr.smithi016.ulayit (mgr.14184) 408 : 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-02-18T02:32:24.804 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:24.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:23.043581+0000 mgr.smithi016.ulayit (mgr.14184) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:25.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:23.043581+0000 mgr.smithi016.ulayit (mgr.14184) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:25.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:24.414852+0000 mgr.smithi016.ulayit (mgr.14184) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:26.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:24.414852+0000 mgr.smithi016.ulayit (mgr.14184) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:27.056 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:27.056 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:27.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:26.415420+0000 mgr.smithi016.ulayit (mgr.14184) 411 : 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-02-18T02:32:27.848 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:28.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:26.415420+0000 mgr.smithi016.ulayit (mgr.14184) 411 : 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-02-18T02:32:28.849 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:28.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:27.059619+0000 mgr.smithi016.ulayit (mgr.14184) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:29.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:27.059619+0000 mgr.smithi016.ulayit (mgr.14184) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:29.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:28.416143+0000 mgr.smithi016.ulayit (mgr.14184) 413 : cluster [DBG] pgmap v309: 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-02-18T02:32:30.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:28.416143+0000 mgr.smithi016.ulayit (mgr.14184) 413 : cluster [DBG] pgmap v309: 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-02-18T02:32:31.221 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:31.222 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:31.852 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:30.416702+0000 mgr.smithi016.ulayit (mgr.14184) 414 : 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-02-18T02:32:31.875 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:32.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:30.416702+0000 mgr.smithi016.ulayit (mgr.14184) 414 : 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-02-18T02:32:32.876 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:32.911 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:31.224785+0000 mgr.smithi016.ulayit (mgr.14184) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:33.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:31.224785+0000 mgr.smithi016.ulayit (mgr.14184) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:33.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:32.417246+0000 mgr.smithi016.ulayit (mgr.14184) 416 : 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-02-18T02:32:33.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:32.417246+0000 mgr.smithi016.ulayit (mgr.14184) 416 : 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-02-18T02:32:35.146 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:35.147 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:35.901 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:34.417719+0000 mgr.smithi016.ulayit (mgr.14184) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:35.926 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:36.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:34.417719+0000 mgr.smithi016.ulayit (mgr.14184) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:32:36.927 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:36.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:35.150333+0000 mgr.smithi016.ulayit (mgr.14184) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:37.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:35.150333+0000 mgr.smithi016.ulayit (mgr.14184) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:37.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:36.418239+0000 mgr.smithi016.ulayit (mgr.14184) 419 : 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-02-18T02:32:38.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:36.418239+0000 mgr.smithi016.ulayit (mgr.14184) 419 : 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-02-18T02:32:39.384 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:39.384 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:19.042792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:19.042970Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:19.043079Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:19.043175Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:19.043341Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:27:19.043260Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:38.418777+0000 mgr.smithi016.ulayit (mgr.14184) 420 : cluster [DBG] pgmap v314: 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-02-18T02:32:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:38.915326+0000 mon.smithi016 (mon.0) 674 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.tfsoxw"}]: dispatch 2024-02-18T02:32:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:38.920822+0000 mon.smithi016 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:38.923782+0000 mon.smithi016 (mon.0) 676 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:32:39.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:39.215665+0000 mon.smithi016 (mon.0) 677 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:38.418777+0000 mgr.smithi016.ulayit (mgr.14184) 420 : cluster [DBG] pgmap v314: 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-02-18T02:32:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:38.915326+0000 mon.smithi016 (mon.0) 674 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.tfsoxw"}]: dispatch 2024-02-18T02:32:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:38.920822+0000 mon.smithi016 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:38.923782+0000 mon.smithi016 (mon.0) 676 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:32:40.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:39.215665+0000 mon.smithi016 (mon.0) 677 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:40.356 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:38.914683+0000 mgr.smithi016.ulayit (mgr.14184) 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:32:41.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:38.914906+0000 mgr.smithi016.ulayit (mgr.14184) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:38.916002+0000 mgr.smithi016.ulayit (mgr.14184) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:32:41.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:38.921134+0000 mgr.smithi016.ulayit (mgr.14184) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:38.922342+0000 mgr.smithi016.ulayit (mgr.14184) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:38.923084+0000 mgr.smithi016.ulayit (mgr.14184) 426 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:39.385573+0000 mgr.smithi016.ulayit (mgr.14184) 427 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:39.776983+0000 mon.smithi016 (mon.0) 678 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:41.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:39.918999+0000 mon.smithi016 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:38.914683+0000 mgr.smithi016.ulayit (mgr.14184) 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:32:41.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:38.914906+0000 mgr.smithi016.ulayit (mgr.14184) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:38.916002+0000 mgr.smithi016.ulayit (mgr.14184) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.tfsoxw ... 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:30:46Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:31:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:32:01Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:38.921134+0000 mgr.smithi016.ulayit (mgr.14184) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:38.922342+0000 mgr.smithi016.ulayit (mgr.14184) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:38.923084+0000 mgr.smithi016.ulayit (mgr.14184) 426 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:39.385573+0000 mgr.smithi016.ulayit (mgr.14184) 427 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:39.776983+0000 mon.smithi016 (mon.0) 678 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:41.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:39.918999+0000 mon.smithi016 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:32:41.357 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:40.923683+0000 mgr.smithi016.ulayit (mgr.14184) 428 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:41.877708+0000 mon.smithi016 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:43.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:40.923683+0000 mgr.smithi016.ulayit (mgr.14184) 428 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:43.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:41.877708+0000 mon.smithi016 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:44.478 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:44.478 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:27:22.933990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:27:22.934058Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:27:22.934140Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:27:22.933916Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:27:22.933772Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:27:22.934206Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:27:22.934270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:45.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:42.924537+0000 mgr.smithi016.ulayit (mgr.14184) 429 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:45.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:42.924537+0000 mgr.smithi016.ulayit (mgr.14184) 429 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:45.720 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-18T02:32:46.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:44.481629+0000 mgr.smithi016.ulayit (mgr.14184) 430 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:46.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:44.481629+0000 mgr.smithi016.ulayit (mgr.14184) 430 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:46.722 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:47.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:44.925095+0000 mgr.smithi016.ulayit (mgr.14184) 431 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:47.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:46.688010+0000 mon.smithi016 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:44.925095+0000 mgr.smithi016.ulayit (mgr.14184) 431 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:32:47.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:46.688010+0000 mon.smithi016 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:47.010126+0000 mon.smithi016 (mon.0) 682 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:32:48.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:47.010769+0000 mon.smithi016 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:32:48.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:47.014835+0000 mon.smithi016 (mon.0) 684 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:48.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:47.018532+0000 mon.smithi016 (mon.0) 685 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:32:48.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:47.025041+0000 mon.smithi016 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:48.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:47.010126+0000 mon.smithi016 (mon.0) 682 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:32:48.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:47.010769+0000 mon.smithi016 (mon.0) 683 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:32:48.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:47.014835+0000 mon.smithi016 (mon.0) 684 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:48.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:47.018532+0000 mon.smithi016 (mon.0) 685 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:32:48.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:47.025041+0000 mon.smithi016 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:32:48.905 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:48.905 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:46.925642+0000 mgr.smithi016.ulayit (mgr.14184) 432 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-18T02:32:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:47.015226+0000 mgr.smithi016.ulayit (mgr.14184) 433 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-02-18T02:32:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:32:47.027010+0000 mgr.smithi016.ulayit (mgr.14184) 434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.eomcpx on smithi153 2024-02-18T02:32:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:47.789709+0000 mon.smithi016 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:32:49.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:47.789770+0000 mon.smithi016 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-18T02:32:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:46.925642+0000 mgr.smithi016.ulayit (mgr.14184) 432 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-18T02:32:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:47.015226+0000 mgr.smithi016.ulayit (mgr.14184) 433 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-02-18T02:32:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:32:47.027010+0000 mgr.smithi016.ulayit (mgr.14184) 434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.eomcpx on smithi153 2024-02-18T02:32:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:47.789709+0000 mon.smithi016 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:32:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:47.789770+0000 mon.smithi016 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-18T02:32:49.610 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-18T02:32:49.610 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T02:32:49.622 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-18T02:32:49.622 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:49.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:48.907893+0000 mgr.smithi016.ulayit (mgr.14184) 435 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:49.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:49.015709+0000 mgr.smithi016.ulayit (mgr.14184) 436 : cluster [DBG] pgmap v321: 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-02-18T02:32:50.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:48.907893+0000 mgr.smithi016.ulayit (mgr.14184) 435 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:50.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:49.015709+0000 mgr.smithi016.ulayit (mgr.14184) 436 : cluster [DBG] pgmap v321: 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-02-18T02:32:51.852 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:51.852 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:52.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:51.016292+0000 mgr.smithi016.ulayit (mgr.14184) 437 : cluster [DBG] pgmap v322: 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-02-18T02:32:52.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:51.016292+0000 mgr.smithi016.ulayit (mgr.14184) 437 : cluster [DBG] pgmap v322: 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-02-18T02:32:52.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:32:53.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:51.855269+0000 mgr.smithi016.ulayit (mgr.14184) 438 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:53.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:51.855269+0000 mgr.smithi016.ulayit (mgr.14184) 438 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:53.727 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:54.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:53.017010+0000 mgr.smithi016.ulayit (mgr.14184) 439 : cluster [DBG] pgmap v323: 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-02-18T02:32:54.401 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:53.017010+0000 mgr.smithi016.ulayit (mgr.14184) 439 : cluster [DBG] pgmap v323: 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-02-18T02:32:56.059 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:32:56.059 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:32:56.405 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:55.017563+0000 mgr.smithi016.ulayit (mgr.14184) 440 : cluster [DBG] pgmap v324: 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-02-18T02:32:56.531 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:55.017563+0000 mgr.smithi016.ulayit (mgr.14184) 440 : cluster [DBG] pgmap v324: 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-02-18T02:32:56.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:32:57.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:32:56.061913+0000 mgr.smithi016.ulayit (mgr.14184) 441 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:57.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:32:56.061913+0000 mgr.smithi016.ulayit (mgr.14184) 441 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:32:57.851 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:32:58.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:32:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:57.018359+0000 mgr.smithi016.ulayit (mgr.14184) 442 : cluster [DBG] pgmap v325: 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-02-18T02:32:58.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:32:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:57.018359+0000 mgr.smithi016.ulayit (mgr.14184) 442 : cluster [DBG] pgmap v325: 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-02-18T02:33:00.193 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:00.193 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:00.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:32:59.018849+0000 mgr.smithi016.ulayit (mgr.14184) 443 : 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-02-18T02:33:00.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:32:59.018849+0000 mgr.smithi016.ulayit (mgr.14184) 443 : 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-02-18T02:33:00.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:01.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:00.196148+0000 mgr.smithi016.ulayit (mgr.14184) 444 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:01.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:00.196148+0000 mgr.smithi016.ulayit (mgr.14184) 444 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:01.893 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:02.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:01.019374+0000 mgr.smithi016.ulayit (mgr.14184) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:02.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:01.019374+0000 mgr.smithi016.ulayit (mgr.14184) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:04.180 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:04.180 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:04.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:03.020077+0000 mgr.smithi016.ulayit (mgr.14184) 446 : 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-02-18T02:33:04.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:03.020077+0000 mgr.smithi016.ulayit (mgr.14184) 446 : 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-02-18T02:33:04.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:05.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:04.182914+0000 mgr.smithi016.ulayit (mgr.14184) 447 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:05.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:04.182914+0000 mgr.smithi016.ulayit (mgr.14184) 447 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:05.883 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:06.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:05.020608+0000 mgr.smithi016.ulayit (mgr.14184) 448 : 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-02-18T02:33:06.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:05.020608+0000 mgr.smithi016.ulayit (mgr.14184) 448 : 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-02-18T02:33:08.159 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:08.160 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:07.021161+0000 mgr.smithi016.ulayit (mgr.14184) 449 : cluster [DBG] pgmap v330: 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-02-18T02:33:08.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:07.021161+0000 mgr.smithi016.ulayit (mgr.14184) 449 : cluster [DBG] pgmap v330: 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-02-18T02:33:08.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:09.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:08.162833+0000 mgr.smithi016.ulayit (mgr.14184) 450 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:09.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:08.162833+0000 mgr.smithi016.ulayit (mgr.14184) 450 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:09.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:10.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:09.021694+0000 mgr.smithi016.ulayit (mgr.14184) 451 : 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-02-18T02:33:10.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:09.021694+0000 mgr.smithi016.ulayit (mgr.14184) 451 : 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-02-18T02:33:12.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:11.022161+0000 mgr.smithi016.ulayit (mgr.14184) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:12.360 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:12.360 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:12.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:11.022161+0000 mgr.smithi016.ulayit (mgr.14184) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:13.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:13.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:12.363282+0000 mgr.smithi016.ulayit (mgr.14184) 453 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:13.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:12.363282+0000 mgr.smithi016.ulayit (mgr.14184) 453 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:14.086 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:14.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:13.022765+0000 mgr.smithi016.ulayit (mgr.14184) 454 : 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-02-18T02:33:14.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:13.022765+0000 mgr.smithi016.ulayit (mgr.14184) 454 : 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-02-18T02:33:16.410 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:16.410 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:16.432 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:15.023216+0000 mgr.smithi016.ulayit (mgr.14184) 455 : 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-02-18T02:33:16.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:15.023216+0000 mgr.smithi016.ulayit (mgr.14184) 455 : 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-02-18T02:33:17.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:17.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:16.412896+0000 mgr.smithi016.ulayit (mgr.14184) 456 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:17.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:16.412896+0000 mgr.smithi016.ulayit (mgr.14184) 456 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:18.274 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:18.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:17.023880+0000 mgr.smithi016.ulayit (mgr.14184) 457 : cluster [DBG] pgmap v335: 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-02-18T02:33:18.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:17.023880+0000 mgr.smithi016.ulayit (mgr.14184) 457 : cluster [DBG] pgmap v335: 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-02-18T02:33:20.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:19.024493+0000 mgr.smithi016.ulayit (mgr.14184) 458 : 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-02-18T02:33:20.468 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:20.468 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:20.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:19.024493+0000 mgr.smithi016.ulayit (mgr.14184) 458 : 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-02-18T02:33:21.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:21.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:20.471263+0000 mgr.smithi016.ulayit (mgr.14184) 459 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:21.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:20.471263+0000 mgr.smithi016.ulayit (mgr.14184) 459 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:22.179 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:22.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:21.024986+0000 mgr.smithi016.ulayit (mgr.14184) 460 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:22.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:21.024986+0000 mgr.smithi016.ulayit (mgr.14184) 460 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:24.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:23.025577+0000 mgr.smithi016.ulayit (mgr.14184) 461 : 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-02-18T02:33:24.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:23.025577+0000 mgr.smithi016.ulayit (mgr.14184) 461 : 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-02-18T02:33:24.589 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:24.590 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:25.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:25.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:24.592932+0000 mgr.smithi016.ulayit (mgr.14184) 462 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:25.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:24.592932+0000 mgr.smithi016.ulayit (mgr.14184) 462 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:26.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:26.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:25.026150+0000 mgr.smithi016.ulayit (mgr.14184) 463 : 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-02-18T02:33:26.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:25.026150+0000 mgr.smithi016.ulayit (mgr.14184) 463 : 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-02-18T02:33:28.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:27.026656+0000 mgr.smithi016.ulayit (mgr.14184) 464 : cluster [DBG] pgmap v340: 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-02-18T02:33:28.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:27.026656+0000 mgr.smithi016.ulayit (mgr.14184) 464 : cluster [DBG] pgmap v340: 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-02-18T02:33:28.574 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:28.574 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:29.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:28.577757+0000 mgr.smithi016.ulayit (mgr.14184) 465 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:29.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:29.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:28.577757+0000 mgr.smithi016.ulayit (mgr.14184) 465 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:30.361 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:30.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:29.027259+0000 mgr.smithi016.ulayit (mgr.14184) 466 : 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-02-18T02:33:30.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:29.027259+0000 mgr.smithi016.ulayit (mgr.14184) 466 : 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-02-18T02:33:32.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:31.027817+0000 mgr.smithi016.ulayit (mgr.14184) 467 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:32.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:31.027817+0000 mgr.smithi016.ulayit (mgr.14184) 467 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:32.803 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:32.804 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:33.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:34.565 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:34.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:32.806439+0000 mgr.smithi016.ulayit (mgr.14184) 468 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:34.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:33.028349+0000 mgr.smithi016.ulayit (mgr.14184) 469 : 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-02-18T02:33:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:32.806439+0000 mgr.smithi016.ulayit (mgr.14184) 468 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:33.028349+0000 mgr.smithi016.ulayit (mgr.14184) 469 : 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-02-18T02:33:36.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:35.028670+0000 mgr.smithi016.ulayit (mgr.14184) 470 : 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-02-18T02:33:36.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:35.028670+0000 mgr.smithi016.ulayit (mgr.14184) 470 : 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-02-18T02:33:36.897 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:36.897 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:37.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:38.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:36.900575+0000 mgr.smithi016.ulayit (mgr.14184) 471 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:38.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:37.029124+0000 mgr.smithi016.ulayit (mgr.14184) 472 : cluster [DBG] pgmap v345: 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-02-18T02:33:38.766 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:38.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:36.900575+0000 mgr.smithi016.ulayit (mgr.14184) 471 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:38.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:37.029124+0000 mgr.smithi016.ulayit (mgr.14184) 472 : cluster [DBG] pgmap v345: 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-02-18T02:33:40.630 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:39.029544+0000 mgr.smithi016.ulayit (mgr.14184) 473 : 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-02-18T02:33:40.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:39.029544+0000 mgr.smithi016.ulayit (mgr.14184) 473 : 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-02-18T02:33:41.102 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:41.102 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:41.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:42.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:41.029965+0000 mgr.smithi016.ulayit (mgr.14184) 474 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:42.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:41.104801+0000 mgr.smithi016.ulayit (mgr.14184) 475 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:41.029965+0000 mgr.smithi016.ulayit (mgr.14184) 474 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:41.104801+0000 mgr.smithi016.ulayit (mgr.14184) 475 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:42.997 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:44.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:43.030462+0000 mgr.smithi016.ulayit (mgr.14184) 476 : 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-02-18T02:33:44.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:43.030462+0000 mgr.smithi016.ulayit (mgr.14184) 476 : 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-02-18T02:33:45.264 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:45.264 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:46.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:46.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:45.030932+0000 mgr.smithi016.ulayit (mgr.14184) 477 : 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-02-18T02:33:46.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:45.266785+0000 mgr.smithi016.ulayit (mgr.14184) 478 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:46.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:45.030932+0000 mgr.smithi016.ulayit (mgr.14184) 477 : 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-02-18T02:33:46.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:45.266785+0000 mgr.smithi016.ulayit (mgr.14184) 478 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:47.029 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:48.647 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:47.031668+0000 mgr.smithi016.ulayit (mgr.14184) 479 : cluster [DBG] pgmap v350: 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-02-18T02:33:48.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:47.031668+0000 mgr.smithi016.ulayit (mgr.14184) 479 : cluster [DBG] pgmap v350: 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-02-18T02:33:49.414 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:49.415 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:50.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:50.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:49.032251+0000 mgr.smithi016.ulayit (mgr.14184) 480 : 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-02-18T02:33:50.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:49.417962+0000 mgr.smithi016.ulayit (mgr.14184) 481 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:50.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:49.032251+0000 mgr.smithi016.ulayit (mgr.14184) 480 : 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-02-18T02:33:50.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:49.417962+0000 mgr.smithi016.ulayit (mgr.14184) 481 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:51.145 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:52.689 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:51.032925+0000 mgr.smithi016.ulayit (mgr.14184) 482 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:52.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:51.032925+0000 mgr.smithi016.ulayit (mgr.14184) 482 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:33:53.418 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:53.418 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:54.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:54.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:53.033465+0000 mgr.smithi016.ulayit (mgr.14184) 483 : 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-02-18T02:33:54.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:53.421535+0000 mgr.smithi016.ulayit (mgr.14184) 484 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:54.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:53.033465+0000 mgr.smithi016.ulayit (mgr.14184) 483 : 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-02-18T02:33:54.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:53.421535+0000 mgr.smithi016.ulayit (mgr.14184) 484 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:55.201 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:33:56.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:55.033938+0000 mgr.smithi016.ulayit (mgr.14184) 485 : 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-02-18T02:33:56.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:55.033938+0000 mgr.smithi016.ulayit (mgr.14184) 485 : 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-02-18T02:33:57.615 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:33:57.615 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:33:58.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:33:58.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:57.034607+0000 mgr.smithi016.ulayit (mgr.14184) 486 : cluster [DBG] pgmap v355: 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-02-18T02:33:58.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:33:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:33:57.618648+0000 mgr.smithi016.ulayit (mgr.14184) 487 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:57.034607+0000 mgr.smithi016.ulayit (mgr.14184) 486 : cluster [DBG] pgmap v355: 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-02-18T02:33:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:33:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:33:57.618648+0000 mgr.smithi016.ulayit (mgr.14184) 487 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:33:59.370 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:00.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:33:59.035191+0000 mgr.smithi016.ulayit (mgr.14184) 488 : 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-02-18T02:34:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:33:59.035191+0000 mgr.smithi016.ulayit (mgr.14184) 488 : 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-02-18T02:34:01.535 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:01.535 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:02.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:02.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:01.035653+0000 mgr.smithi016.ulayit (mgr.14184) 489 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:02.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:01.538543+0000 mgr.smithi016.ulayit (mgr.14184) 490 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:02.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:01.035653+0000 mgr.smithi016.ulayit (mgr.14184) 489 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:02.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:01.538543+0000 mgr.smithi016.ulayit (mgr.14184) 490 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:03.258 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:04.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:03.036399+0000 mgr.smithi016.ulayit (mgr.14184) 491 : 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-02-18T02:34:04.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:03.036399+0000 mgr.smithi016.ulayit (mgr.14184) 491 : 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-02-18T02:34:05.475 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:05.475 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:06.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:06.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:05.036965+0000 mgr.smithi016.ulayit (mgr.14184) 492 : 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-02-18T02:34:06.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:05.478481+0000 mgr.smithi016.ulayit (mgr.14184) 493 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:06.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:05.036965+0000 mgr.smithi016.ulayit (mgr.14184) 492 : 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-02-18T02:34:06.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:05.478481+0000 mgr.smithi016.ulayit (mgr.14184) 493 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:07.205 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:08.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:07.037569+0000 mgr.smithi016.ulayit (mgr.14184) 494 : cluster [DBG] pgmap v360: 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-02-18T02:34:08.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:07.037569+0000 mgr.smithi016.ulayit (mgr.14184) 494 : cluster [DBG] pgmap v360: 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-02-18T02:34:09.440 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:09.440 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:10.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:10.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:09.038197+0000 mgr.smithi016.ulayit (mgr.14184) 495 : 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-02-18T02:34:10.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:09.443687+0000 mgr.smithi016.ulayit (mgr.14184) 496 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:10.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:09.038197+0000 mgr.smithi016.ulayit (mgr.14184) 495 : 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-02-18T02:34:10.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:09.443687+0000 mgr.smithi016.ulayit (mgr.14184) 496 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:11.068 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:12.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:11.038719+0000 mgr.smithi016.ulayit (mgr.14184) 497 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:12.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:11.038719+0000 mgr.smithi016.ulayit (mgr.14184) 497 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:13.609 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:13.609 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:14.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:14.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:13.039405+0000 mgr.smithi016.ulayit (mgr.14184) 498 : 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-02-18T02:34:14.696 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:13.612439+0000 mgr.smithi016.ulayit (mgr.14184) 499 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:14.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:13.039405+0000 mgr.smithi016.ulayit (mgr.14184) 498 : 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-02-18T02:34:14.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:13.612439+0000 mgr.smithi016.ulayit (mgr.14184) 499 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:15.285 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:16.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:15.039806+0000 mgr.smithi016.ulayit (mgr.14184) 500 : 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-02-18T02:34:16.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:15.039806+0000 mgr.smithi016.ulayit (mgr.14184) 500 : 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-02-18T02:34:17.608 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:17.608 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:18.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:18.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:17.040416+0000 mgr.smithi016.ulayit (mgr.14184) 501 : cluster [DBG] pgmap v365: 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-02-18T02:34:18.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:17.611487+0000 mgr.smithi016.ulayit (mgr.14184) 502 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:18.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:17.040416+0000 mgr.smithi016.ulayit (mgr.14184) 501 : cluster [DBG] pgmap v365: 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-02-18T02:34:18.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:17.611487+0000 mgr.smithi016.ulayit (mgr.14184) 502 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:19.292 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:20.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:19.040941+0000 mgr.smithi016.ulayit (mgr.14184) 503 : 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-02-18T02:34:20.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:19.040941+0000 mgr.smithi016.ulayit (mgr.14184) 503 : 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-02-18T02:34:21.645 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:21.646 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:22.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:21.041397+0000 mgr.smithi016.ulayit (mgr.14184) 504 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:22.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:21.648638+0000 mgr.smithi016.ulayit (mgr.14184) 505 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:21.041397+0000 mgr.smithi016.ulayit (mgr.14184) 504 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:22.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:21.648638+0000 mgr.smithi016.ulayit (mgr.14184) 505 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:23.540 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:24.733 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:23.042144+0000 mgr.smithi016.ulayit (mgr.14184) 506 : 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-02-18T02:34:24.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:23.042144+0000 mgr.smithi016.ulayit (mgr.14184) 506 : 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-02-18T02:34:25.914 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:25.914 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:26.581 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:25.042516+0000 mgr.smithi016.ulayit (mgr.14184) 507 : 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-02-18T02:34:26.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:26.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:25.042516+0000 mgr.smithi016.ulayit (mgr.14184) 507 : 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-02-18T02:34:27.604 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:27.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:25.917671+0000 mgr.smithi016.ulayit (mgr.14184) 508 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:27.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:25.917671+0000 mgr.smithi016.ulayit (mgr.14184) 508 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:28.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:27.043200+0000 mgr.smithi016.ulayit (mgr.14184) 509 : cluster [DBG] pgmap v370: 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-02-18T02:34:28.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:27.043200+0000 mgr.smithi016.ulayit (mgr.14184) 509 : cluster [DBG] pgmap v370: 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-02-18T02:34:29.887 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:29.887 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:30.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:29.043821+0000 mgr.smithi016.ulayit (mgr.14184) 510 : 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-02-18T02:34:30.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:30.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:29.043821+0000 mgr.smithi016.ulayit (mgr.14184) 510 : 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-02-18T02:34:31.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:29.890700+0000 mgr.smithi016.ulayit (mgr.14184) 511 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:31.733 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:31.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:29.890700+0000 mgr.smithi016.ulayit (mgr.14184) 511 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:32.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:31.044580+0000 mgr.smithi016.ulayit (mgr.14184) 512 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:32.823 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:31.044580+0000 mgr.smithi016.ulayit (mgr.14184) 512 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:33.989 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:33.989 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:34.687 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:33.045158+0000 mgr.smithi016.ulayit (mgr.14184) 513 : 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-02-18T02:34:34.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:34.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:33.045158+0000 mgr.smithi016.ulayit (mgr.14184) 513 : 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-02-18T02:34:35.713 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:35.747 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:33.992204+0000 mgr.smithi016.ulayit (mgr.14184) 514 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:35.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:33.992204+0000 mgr.smithi016.ulayit (mgr.14184) 514 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:36.746 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:35.045699+0000 mgr.smithi016.ulayit (mgr.14184) 515 : 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-02-18T02:34:36.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:35.045699+0000 mgr.smithi016.ulayit (mgr.14184) 515 : 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-02-18T02:34:37.737 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:37.737 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:38.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:38.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:37.046449+0000 mgr.smithi016.ulayit (mgr.14184) 516 : cluster [DBG] pgmap v375: 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-02-18T02:34:38.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:37.740575+0000 mgr.smithi016.ulayit (mgr.14184) 517 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:38.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:37.046449+0000 mgr.smithi016.ulayit (mgr.14184) 516 : cluster [DBG] pgmap v375: 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-02-18T02:34:38.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:37.740575+0000 mgr.smithi016.ulayit (mgr.14184) 517 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:39.579 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:40.678 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:39.047017+0000 mgr.smithi016.ulayit (mgr.14184) 518 : 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-02-18T02:34:40.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:39.047017+0000 mgr.smithi016.ulayit (mgr.14184) 518 : 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-02-18T02:34:41.804 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:41.804 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:42.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:41.047726+0000 mgr.smithi016.ulayit (mgr.14184) 519 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:42.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:41.807266+0000 mgr.smithi016.ulayit (mgr.14184) 520 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:42.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:41.047726+0000 mgr.smithi016.ulayit (mgr.14184) 519 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:42.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:41.807266+0000 mgr.smithi016.ulayit (mgr.14184) 520 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:43.644 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:44.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:43.048421+0000 mgr.smithi016.ulayit (mgr.14184) 521 : 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-02-18T02:34:44.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:43.048421+0000 mgr.smithi016.ulayit (mgr.14184) 521 : 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-02-18T02:34:45.930 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:45.930 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:46.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:45.048874+0000 mgr.smithi016.ulayit (mgr.14184) 522 : 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-02-18T02:34:46.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:46.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:45.048874+0000 mgr.smithi016.ulayit (mgr.14184) 522 : 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-02-18T02:34:47.721 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:47.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:45.933714+0000 mgr.smithi016.ulayit (mgr.14184) 523 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:47.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:45.933714+0000 mgr.smithi016.ulayit (mgr.14184) 523 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:48.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:47.049540+0000 mgr.smithi016.ulayit (mgr.14184) 524 : cluster [DBG] pgmap v380: 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-02-18T02:34:48.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:47.049540+0000 mgr.smithi016.ulayit (mgr.14184) 524 : cluster [DBG] pgmap v380: 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-02-18T02:34:50.057 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:50.057 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:50.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:49.050190+0000 mgr.smithi016.ulayit (mgr.14184) 525 : 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-02-18T02:34:50.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:49.050190+0000 mgr.smithi016.ulayit (mgr.14184) 525 : 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-02-18T02:34:50.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:51.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:50.060043+0000 mgr.smithi016.ulayit (mgr.14184) 526 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:51.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:50.060043+0000 mgr.smithi016.ulayit (mgr.14184) 526 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:51.871 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:52.654 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:51.050735+0000 mgr.smithi016.ulayit (mgr.14184) 527 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:52.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:51.050735+0000 mgr.smithi016.ulayit (mgr.14184) 527 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:34:54.235 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:54.235 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:54.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:53.051235+0000 mgr.smithi016.ulayit (mgr.14184) 528 : 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-02-18T02:34:54.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:53.051235+0000 mgr.smithi016.ulayit (mgr.14184) 528 : 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-02-18T02:34:54.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:54.238747+0000 mgr.smithi016.ulayit (mgr.14184) 529 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:55.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:54.238747+0000 mgr.smithi016.ulayit (mgr.14184) 529 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:34:55.987 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:34:56.739 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:55.051837+0000 mgr.smithi016.ulayit (mgr.14184) 530 : 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-02-18T02:34:56.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:55.051837+0000 mgr.smithi016.ulayit (mgr.14184) 530 : 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-02-18T02:34:58.383 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:34:58.383 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:34:58.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:57.052406+0000 mgr.smithi016.ulayit (mgr.14184) 531 : cluster [DBG] pgmap v385: 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-02-18T02:34:58.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:57.052406+0000 mgr.smithi016.ulayit (mgr.14184) 531 : cluster [DBG] pgmap v385: 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-02-18T02:34:59.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:34:59.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:34:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:34:58.386869+0000 mgr.smithi016.ulayit (mgr.14184) 532 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:00.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:34:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:34:58.386869+0000 mgr.smithi016.ulayit (mgr.14184) 532 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:00.211 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:00.900 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:34:59.053093+0000 mgr.smithi016.ulayit (mgr.14184) 533 : 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-02-18T02:35:01.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:34:59.053093+0000 mgr.smithi016.ulayit (mgr.14184) 533 : 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-02-18T02:35:02.444 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:02.444 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:02.870 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:01.053584+0000 mgr.smithi016.ulayit (mgr.14184) 534 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:03.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:01.053584+0000 mgr.smithi016.ulayit (mgr.14184) 534 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:03.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:03.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:02.447024+0000 mgr.smithi016.ulayit (mgr.14184) 535 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:03.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:02.447024+0000 mgr.smithi016.ulayit (mgr.14184) 535 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:04.319 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:04.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:03.054394+0000 mgr.smithi016.ulayit (mgr.14184) 536 : 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-02-18T02:35:05.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:03.054394+0000 mgr.smithi016.ulayit (mgr.14184) 536 : 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-02-18T02:35:06.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:05.054972+0000 mgr.smithi016.ulayit (mgr.14184) 537 : 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-02-18T02:35:06.778 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:06.778 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:05.054972+0000 mgr.smithi016.ulayit (mgr.14184) 537 : 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-02-18T02:35:07.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:07.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:06.781569+0000 mgr.smithi016.ulayit (mgr.14184) 538 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:08.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:06.781569+0000 mgr.smithi016.ulayit (mgr.14184) 538 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:08.669 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:08.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:07.055461+0000 mgr.smithi016.ulayit (mgr.14184) 539 : cluster [DBG] pgmap v390: 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-02-18T02:35:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:07.055461+0000 mgr.smithi016.ulayit (mgr.14184) 539 : cluster [DBG] pgmap v390: 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-02-18T02:35:10.864 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:10.864 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:10.885 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:09.056008+0000 mgr.smithi016.ulayit (mgr.14184) 540 : 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-02-18T02:35:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:09.056008+0000 mgr.smithi016.ulayit (mgr.14184) 540 : 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-02-18T02:35:11.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:12.605 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:12.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:10.867500+0000 mgr.smithi016.ulayit (mgr.14184) 541 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:12.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:11.056663+0000 mgr.smithi016.ulayit (mgr.14184) 542 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:13.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:10.867500+0000 mgr.smithi016.ulayit (mgr.14184) 541 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:13.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:11.056663+0000 mgr.smithi016.ulayit (mgr.14184) 542 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:14.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:13.057185+0000 mgr.smithi016.ulayit (mgr.14184) 543 : 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-02-18T02:35:14.974 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:14.974 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:27:26.533219Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:13.057185+0000 mgr.smithi016.ulayit (mgr.14184) 543 : 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-02-18T02:35:15.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:16.720 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:16.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:14.977813+0000 mgr.smithi016.ulayit (mgr.14184) 544 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:16.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:15.057812+0000 mgr.smithi016.ulayit (mgr.14184) 545 : 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-02-18T02:35:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:14.977813+0000 mgr.smithi016.ulayit (mgr.14184) 544 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:17.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:15.057812+0000 mgr.smithi016.ulayit (mgr.14184) 545 : 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-02-18T02:35:17.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:17.394257+0000 mon.smithi016 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.eomcpx"}]: dispatch 2024-02-18T02:35:18.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:17.394257+0000 mon.smithi016 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.eomcpx"}]: dispatch 2024-02-18T02:35:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:17.058354+0000 mgr.smithi016.ulayit (mgr.14184) 546 : cluster [DBG] pgmap v395: 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-02-18T02:35:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:35:17.393793+0000 mgr.smithi016.ulayit (mgr.14184) 547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:35:18.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:35:17.393954+0000 mgr.smithi016.ulayit (mgr.14184) 548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:35:17.394846+0000 mgr.smithi016.ulayit (mgr.14184) 549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:18.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:35:17.396311+0000 mgr.smithi016.ulayit (mgr.14184) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.mmngsy on smithi016 2024-02-18T02:35:19.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:17.058354+0000 mgr.smithi016.ulayit (mgr.14184) 546 : cluster [DBG] pgmap v395: 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-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:35:17.393793+0000 mgr.smithi016.ulayit (mgr.14184) 547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:35:17.393954+0000 mgr.smithi016.ulayit (mgr.14184) 548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:35:17.394846+0000 mgr.smithi016.ulayit (mgr.14184) 549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.eomcpx ... 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:33:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.033 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:34:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:35:19.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:35:19.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:35:19.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:35:17.396311+0000 mgr.smithi016.ulayit (mgr.14184) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.mmngsy on smithi016 2024-02-18T02:35:19.121 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:19.121 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:19.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:20.912 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:20.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:19.058734+0000 mgr.smithi016.ulayit (mgr.14184) 551 : 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-02-18T02:35:20.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:19.124859+0000 mgr.smithi016.ulayit (mgr.14184) 552 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:21.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:19.058734+0000 mgr.smithi016.ulayit (mgr.14184) 551 : 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-02-18T02:35:21.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:19.124859+0000 mgr.smithi016.ulayit (mgr.14184) 552 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:22.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:21.059168+0000 mgr.smithi016.ulayit (mgr.14184) 553 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:23.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:21.059168+0000 mgr.smithi016.ulayit (mgr.14184) 553 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:23.111 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:23.111 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:23.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:24.771 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:24.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:23.059637+0000 mgr.smithi016.ulayit (mgr.14184) 554 : 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-02-18T02:35:24.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:23.114406+0000 mgr.smithi016.ulayit (mgr.14184) 555 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:25.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:23.059637+0000 mgr.smithi016.ulayit (mgr.14184) 554 : 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-02-18T02:35:25.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:23.114406+0000 mgr.smithi016.ulayit (mgr.14184) 555 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:26.615 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:25.060011+0000 mgr.smithi016.ulayit (mgr.14184) 556 : 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-02-18T02:35:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:25.060011+0000 mgr.smithi016.ulayit (mgr.14184) 556 : 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-02-18T02:35:27.034 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:27.035 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:27.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:28.807 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:28.844 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:27.038170+0000 mgr.smithi016.ulayit (mgr.14184) 557 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:28.844 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:27.060502+0000 mgr.smithi016.ulayit (mgr.14184) 558 : cluster [DBG] pgmap v400: 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-02-18T02:35:29.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:27.038170+0000 mgr.smithi016.ulayit (mgr.14184) 557 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:29.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:27.060502+0000 mgr.smithi016.ulayit (mgr.14184) 558 : cluster [DBG] pgmap v400: 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-02-18T02:35:30.694 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:29.061010+0000 mgr.smithi016.ulayit (mgr.14184) 559 : 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-02-18T02:35:31.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:29.061010+0000 mgr.smithi016.ulayit (mgr.14184) 559 : 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-02-18T02:35:31.159 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:31.160 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:32.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:32.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:31.061406+0000 mgr.smithi016.ulayit (mgr.14184) 560 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:32.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:31.162340+0000 mgr.smithi016.ulayit (mgr.14184) 561 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:33.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:31.061406+0000 mgr.smithi016.ulayit (mgr.14184) 560 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:33.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:31.162340+0000 mgr.smithi016.ulayit (mgr.14184) 561 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:33.057 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:34.822 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:33.062095+0000 mgr.smithi016.ulayit (mgr.14184) 562 : 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-02-18T02:35:35.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:33.062095+0000 mgr.smithi016.ulayit (mgr.14184) 562 : 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-02-18T02:35:35.299 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:35.299 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:36.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:36.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:35.062481+0000 mgr.smithi016.ulayit (mgr.14184) 563 : 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-02-18T02:35:36.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:35.302612+0000 mgr.smithi016.ulayit (mgr.14184) 564 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:37.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:35.062481+0000 mgr.smithi016.ulayit (mgr.14184) 563 : 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-02-18T02:35:37.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:35.302612+0000 mgr.smithi016.ulayit (mgr.14184) 564 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:37.044 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:38.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:37.063032+0000 mgr.smithi016.ulayit (mgr.14184) 565 : cluster [DBG] pgmap v405: 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-02-18T02:35:39.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:37.063032+0000 mgr.smithi016.ulayit (mgr.14184) 565 : cluster [DBG] pgmap v405: 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-02-18T02:35:39.471 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:39.471 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:40.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:40.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:39.063559+0000 mgr.smithi016.ulayit (mgr.14184) 566 : 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-02-18T02:35:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:39.474648+0000 mgr.smithi016.ulayit (mgr.14184) 567 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:39.063559+0000 mgr.smithi016.ulayit (mgr.14184) 566 : 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-02-18T02:35:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:39.474648+0000 mgr.smithi016.ulayit (mgr.14184) 567 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:41.167 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:42.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:41.064177+0000 mgr.smithi016.ulayit (mgr.14184) 568 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:41.064177+0000 mgr.smithi016.ulayit (mgr.14184) 568 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:43.430 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:43.431 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:44.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:44.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:43.064680+0000 mgr.smithi016.ulayit (mgr.14184) 569 : 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-02-18T02:35:44.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:43.433837+0000 mgr.smithi016.ulayit (mgr.14184) 570 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:45.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:43.064680+0000 mgr.smithi016.ulayit (mgr.14184) 569 : 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-02-18T02:35:45.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:43.433837+0000 mgr.smithi016.ulayit (mgr.14184) 570 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:45.112 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:46.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:45.065261+0000 mgr.smithi016.ulayit (mgr.14184) 571 : 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-02-18T02:35:47.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:45.065261+0000 mgr.smithi016.ulayit (mgr.14184) 571 : 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-02-18T02:35:47.578 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:47.578 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:48.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:48.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:47.065766+0000 mgr.smithi016.ulayit (mgr.14184) 572 : cluster [DBG] pgmap v410: 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-02-18T02:35:48.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:47.581341+0000 mgr.smithi016.ulayit (mgr.14184) 573 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:49.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:47.065766+0000 mgr.smithi016.ulayit (mgr.14184) 572 : cluster [DBG] pgmap v410: 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-02-18T02:35:49.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:47.581341+0000 mgr.smithi016.ulayit (mgr.14184) 573 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:49.455 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:50.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:49.066348+0000 mgr.smithi016.ulayit (mgr.14184) 574 : 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-02-18T02:35:51.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:49.066348+0000 mgr.smithi016.ulayit (mgr.14184) 574 : 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-02-18T02:35:51.778 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:51.778 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:52.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:51.066869+0000 mgr.smithi016.ulayit (mgr.14184) 575 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:51.780996+0000 mgr.smithi016.ulayit (mgr.14184) 576 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:53.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:51.066869+0000 mgr.smithi016.ulayit (mgr.14184) 575 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:35:53.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:51.780996+0000 mgr.smithi016.ulayit (mgr.14184) 576 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:53.614 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:54.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:53.067440+0000 mgr.smithi016.ulayit (mgr.14184) 577 : 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-02-18T02:35:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:53.067440+0000 mgr.smithi016.ulayit (mgr.14184) 577 : 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-02-18T02:35:56.048 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:35:56.048 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:35:56.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:55.067874+0000 mgr.smithi016.ulayit (mgr.14184) 578 : 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-02-18T02:35:56.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:35:57.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:55.067874+0000 mgr.smithi016.ulayit (mgr.14184) 578 : 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-02-18T02:35:57.848 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:35:57.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:35:56.051020+0000 mgr.smithi016.ulayit (mgr.14184) 579 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:58.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:35:56.051020+0000 mgr.smithi016.ulayit (mgr.14184) 579 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:35:58.910 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:35:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:57.068504+0000 mgr.smithi016.ulayit (mgr.14184) 580 : cluster [DBG] pgmap v415: 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-02-18T02:35:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:35:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:57.068504+0000 mgr.smithi016.ulayit (mgr.14184) 580 : cluster [DBG] pgmap v415: 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-02-18T02:36:00.145 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:00.145 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:00.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:35:59.069184+0000 mgr.smithi016.ulayit (mgr.14184) 581 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:00.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:35:59.069184+0000 mgr.smithi016.ulayit (mgr.14184) 581 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:01.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:00.148093+0000 mgr.smithi016.ulayit (mgr.14184) 582 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:01.992 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:02.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:00.148093+0000 mgr.smithi016.ulayit (mgr.14184) 582 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:01.069796+0000 mgr.smithi016.ulayit (mgr.14184) 583 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:01.069796+0000 mgr.smithi016.ulayit (mgr.14184) 583 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:04.347 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:04.347 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:04.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:03.070448+0000 mgr.smithi016.ulayit (mgr.14184) 584 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:03.070448+0000 mgr.smithi016.ulayit (mgr.14184) 584 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:05.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:05.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:04.350594+0000 mgr.smithi016.ulayit (mgr.14184) 585 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:06.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:04.350594+0000 mgr.smithi016.ulayit (mgr.14184) 585 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:06.082 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:06.837 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:05.070932+0000 mgr.smithi016.ulayit (mgr.14184) 586 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:05.070932+0000 mgr.smithi016.ulayit (mgr.14184) 586 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:08.478 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:08.478 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:08.848 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:07.071657+0000 mgr.smithi016.ulayit (mgr.14184) 587 : cluster [DBG] pgmap v420: 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-02-18T02:36:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:07.071657+0000 mgr.smithi016.ulayit (mgr.14184) 587 : cluster [DBG] pgmap v420: 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-02-18T02:36:09.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:09.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:08.481464+0000 mgr.smithi016.ulayit (mgr.14184) 588 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:10.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:08.481464+0000 mgr.smithi016.ulayit (mgr.14184) 588 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:10.255 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:10.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:09.072169+0000 mgr.smithi016.ulayit (mgr.14184) 589 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:09.072169+0000 mgr.smithi016.ulayit (mgr.14184) 589 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:12.539 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:12.539 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:12.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:11.072688+0000 mgr.smithi016.ulayit (mgr.14184) 590 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:11.072688+0000 mgr.smithi016.ulayit (mgr.14184) 590 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:13.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:13.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:12.541998+0000 mgr.smithi016.ulayit (mgr.14184) 591 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:13.969 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:12.541998+0000 mgr.smithi016.ulayit (mgr.14184) 591 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:14.327 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:14.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:13.073268+0000 mgr.smithi016.ulayit (mgr.14184) 592 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:15.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:13.073268+0000 mgr.smithi016.ulayit (mgr.14184) 592 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:16.595 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:16.595 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:16.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:15.073743+0000 mgr.smithi016.ulayit (mgr.14184) 593 : 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-02-18T02:36:17.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:15.073743+0000 mgr.smithi016.ulayit (mgr.14184) 593 : 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-02-18T02:36:17.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:17.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:16.597721+0000 mgr.smithi016.ulayit (mgr.14184) 594 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:18.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:16.597721+0000 mgr.smithi016.ulayit (mgr.14184) 594 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:18.385 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:17.074429+0000 mgr.smithi016.ulayit (mgr.14184) 595 : cluster [DBG] pgmap v425: 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-02-18T02:36:19.143 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:17.074429+0000 mgr.smithi016.ulayit (mgr.14184) 595 : cluster [DBG] pgmap v425: 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-02-18T02:36:20.910 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:20.910 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:20.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:19.074972+0000 mgr.smithi016.ulayit (mgr.14184) 596 : 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-02-18T02:36:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:19.074972+0000 mgr.smithi016.ulayit (mgr.14184) 596 : 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-02-18T02:36:21.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:22.675 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:23.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:20.913255+0000 mgr.smithi016.ulayit (mgr.14184) 597 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:23.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:21.075604+0000 mgr.smithi016.ulayit (mgr.14184) 598 : 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-02-18T02:36:23.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:20.913255+0000 mgr.smithi016.ulayit (mgr.14184) 597 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:23.162 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:21.075604+0000 mgr.smithi016.ulayit (mgr.14184) 598 : 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-02-18T02:36:24.835 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:24.835 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:25.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:23.076135+0000 mgr.smithi016.ulayit (mgr.14184) 599 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:25.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:23.076135+0000 mgr.smithi016.ulayit (mgr.14184) 599 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:25.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:26.632 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:26.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:24.838197+0000 mgr.smithi016.ulayit (mgr.14184) 600 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:26.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:25.076554+0000 mgr.smithi016.ulayit (mgr.14184) 601 : 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-02-18T02:36:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:24.838197+0000 mgr.smithi016.ulayit (mgr.14184) 600 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:25.076554+0000 mgr.smithi016.ulayit (mgr.14184) 601 : 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-02-18T02:36:28.848 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:28.848 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:29.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:27.077211+0000 mgr.smithi016.ulayit (mgr.14184) 602 : cluster [DBG] pgmap v430: 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-02-18T02:36:29.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:27.077211+0000 mgr.smithi016.ulayit (mgr.14184) 602 : cluster [DBG] pgmap v430: 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-02-18T02:36:29.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:30.635 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:30.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:28.851309+0000 mgr.smithi016.ulayit (mgr.14184) 603 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:30.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:29.077598+0000 mgr.smithi016.ulayit (mgr.14184) 604 : 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-02-18T02:36:31.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:28.851309+0000 mgr.smithi016.ulayit (mgr.14184) 603 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:31.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:29.077598+0000 mgr.smithi016.ulayit (mgr.14184) 604 : 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-02-18T02:36:32.899 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:32.899 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:33.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:31.078009+0000 mgr.smithi016.ulayit (mgr.14184) 605 : 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-02-18T02:36:33.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:31.078009+0000 mgr.smithi016.ulayit (mgr.14184) 605 : 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-02-18T02:36:33.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:34.641 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:34.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:32.902333+0000 mgr.smithi016.ulayit (mgr.14184) 606 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:34.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:33.078546+0000 mgr.smithi016.ulayit (mgr.14184) 607 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:35.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:32.902333+0000 mgr.smithi016.ulayit (mgr.14184) 606 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:35.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:33.078546+0000 mgr.smithi016.ulayit (mgr.14184) 607 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:36.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:35.078994+0000 mgr.smithi016.ulayit (mgr.14184) 608 : 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-02-18T02:36:37.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:35.078994+0000 mgr.smithi016.ulayit (mgr.14184) 608 : 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-02-18T02:36:37.058 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:37.058 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:37.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:38.809 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:39.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:37.061415+0000 mgr.smithi016.ulayit (mgr.14184) 609 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:39.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:37.079467+0000 mgr.smithi016.ulayit (mgr.14184) 610 : cluster [DBG] pgmap v435: 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-02-18T02:36:39.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:37.061415+0000 mgr.smithi016.ulayit (mgr.14184) 609 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:39.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:37.079467+0000 mgr.smithi016.ulayit (mgr.14184) 610 : cluster [DBG] pgmap v435: 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-02-18T02:36:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:39.080025+0000 mgr.smithi016.ulayit (mgr.14184) 611 : 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-02-18T02:36:41.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:39.080025+0000 mgr.smithi016.ulayit (mgr.14184) 611 : 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-02-18T02:36:41.128 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:41.128 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:41.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:42.861 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:41.080430+0000 mgr.smithi016.ulayit (mgr.14184) 612 : 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-02-18T02:36:43.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:41.131120+0000 mgr.smithi016.ulayit (mgr.14184) 613 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:43.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:41.080430+0000 mgr.smithi016.ulayit (mgr.14184) 612 : 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-02-18T02:36:43.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:41.131120+0000 mgr.smithi016.ulayit (mgr.14184) 613 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:44.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:43.080879+0000 mgr.smithi016.ulayit (mgr.14184) 614 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:45.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:43.080879+0000 mgr.smithi016.ulayit (mgr.14184) 614 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:45.041 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:45.041 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:45.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:46.871 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:47.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:45.044568+0000 mgr.smithi016.ulayit (mgr.14184) 615 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:47.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:45.081295+0000 mgr.smithi016.ulayit (mgr.14184) 616 : 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-02-18T02:36:47.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:45.044568+0000 mgr.smithi016.ulayit (mgr.14184) 615 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:47.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:45.081295+0000 mgr.smithi016.ulayit (mgr.14184) 616 : 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-02-18T02:36:49.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:47.081754+0000 mgr.smithi016.ulayit (mgr.14184) 617 : cluster [DBG] pgmap v440: 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-02-18T02:36:49.153 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:49.153 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:49.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:47.081754+0000 mgr.smithi016.ulayit (mgr.14184) 617 : cluster [DBG] pgmap v440: 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-02-18T02:36:49.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:50.935 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:51.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:49.082179+0000 mgr.smithi016.ulayit (mgr.14184) 618 : 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-02-18T02:36:51.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:49.156236+0000 mgr.smithi016.ulayit (mgr.14184) 619 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:51.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:49.082179+0000 mgr.smithi016.ulayit (mgr.14184) 618 : 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-02-18T02:36:51.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:49.156236+0000 mgr.smithi016.ulayit (mgr.14184) 619 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:52.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:51.082619+0000 mgr.smithi016.ulayit (mgr.14184) 620 : 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-02-18T02:36:53.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:51.082619+0000 mgr.smithi016.ulayit (mgr.14184) 620 : 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-02-18T02:36:53.082 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:53.082 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:53.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:54.898 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:55.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:53.083214+0000 mgr.smithi016.ulayit (mgr.14184) 621 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:55.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:53.085572+0000 mgr.smithi016.ulayit (mgr.14184) 622 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:55.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:53.083214+0000 mgr.smithi016.ulayit (mgr.14184) 621 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:36:55.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:53.085572+0000 mgr.smithi016.ulayit (mgr.14184) 622 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:57.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:55.083597+0000 mgr.smithi016.ulayit (mgr.14184) 623 : 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-02-18T02:36:57.182 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:36:57.182 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:36:57.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:55.083597+0000 mgr.smithi016.ulayit (mgr.14184) 623 : 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-02-18T02:36:57.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:36:58.916 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:36:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:57.084057+0000 mgr.smithi016.ulayit (mgr.14184) 624 : cluster [DBG] pgmap v445: 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-02-18T02:36:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:36:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:36:57.185368+0000 mgr.smithi016.ulayit (mgr.14184) 625 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:36:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:57.084057+0000 mgr.smithi016.ulayit (mgr.14184) 624 : cluster [DBG] pgmap v445: 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-02-18T02:36:59.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:36:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:36:57.185368+0000 mgr.smithi016.ulayit (mgr.14184) 625 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:00.880 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:36:59.084487+0000 mgr.smithi016.ulayit (mgr.14184) 626 : 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-02-18T02:37:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:36:59.084487+0000 mgr.smithi016.ulayit (mgr.14184) 626 : 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-02-18T02:37:01.340 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:01.340 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:02.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:01.084975+0000 mgr.smithi016.ulayit (mgr.14184) 627 : 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-02-18T02:37:03.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:01.343361+0000 mgr.smithi016.ulayit (mgr.14184) 628 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:03.037 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:03.070 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:01.084975+0000 mgr.smithi016.ulayit (mgr.14184) 627 : 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-02-18T02:37:03.070 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:01.343361+0000 mgr.smithi016.ulayit (mgr.14184) 628 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:03.085471+0000 mgr.smithi016.ulayit (mgr.14184) 629 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:05.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:03.085471+0000 mgr.smithi016.ulayit (mgr.14184) 629 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:05.196 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:05.196 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:05.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:06.979 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:07.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:05.085908+0000 mgr.smithi016.ulayit (mgr.14184) 630 : 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-02-18T02:37:07.032 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:05.199661+0000 mgr.smithi016.ulayit (mgr.14184) 631 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:05.085908+0000 mgr.smithi016.ulayit (mgr.14184) 630 : 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-02-18T02:37:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:05.199661+0000 mgr.smithi016.ulayit (mgr.14184) 631 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:09.175 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:09.175 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:07.086456+0000 mgr.smithi016.ulayit (mgr.14184) 632 : cluster [DBG] pgmap v450: 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-02-18T02:37:09.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:07.086456+0000 mgr.smithi016.ulayit (mgr.14184) 632 : cluster [DBG] pgmap v450: 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-02-18T02:37:09.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:10.966 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:09.086969+0000 mgr.smithi016.ulayit (mgr.14184) 633 : 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-02-18T02:37:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:09.178488+0000 mgr.smithi016.ulayit (mgr.14184) 634 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:11.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:09.086969+0000 mgr.smithi016.ulayit (mgr.14184) 633 : 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-02-18T02:37:11.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:09.178488+0000 mgr.smithi016.ulayit (mgr.14184) 634 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:11.087454+0000 mgr.smithi016.ulayit (mgr.14184) 635 : 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-02-18T02:37:13.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:11.087454+0000 mgr.smithi016.ulayit (mgr.14184) 635 : 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-02-18T02:37:13.297 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:13.297 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:14.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:15.096 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:15.131 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:13.087991+0000 mgr.smithi016.ulayit (mgr.14184) 636 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:15.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:13.300574+0000 mgr.smithi016.ulayit (mgr.14184) 637 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:15.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:13.087991+0000 mgr.smithi016.ulayit (mgr.14184) 636 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:15.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:13.300574+0000 mgr.smithi016.ulayit (mgr.14184) 637 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:16.957 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:15.088479+0000 mgr.smithi016.ulayit (mgr.14184) 638 : 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-02-18T02:37:17.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:15.088479+0000 mgr.smithi016.ulayit (mgr.14184) 638 : 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-02-18T02:37:17.411 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:17.411 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:18.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:17.089053+0000 mgr.smithi016.ulayit (mgr.14184) 639 : cluster [DBG] pgmap v455: 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-02-18T02:37:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:17.414934+0000 mgr.smithi016.ulayit (mgr.14184) 640 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:19.207 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:17.089053+0000 mgr.smithi016.ulayit (mgr.14184) 639 : cluster [DBG] pgmap v455: 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-02-18T02:37:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:17.414934+0000 mgr.smithi016.ulayit (mgr.14184) 640 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:20.990 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:19.089609+0000 mgr.smithi016.ulayit (mgr.14184) 641 : 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-02-18T02:37:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:19.089609+0000 mgr.smithi016.ulayit (mgr.14184) 641 : 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-02-18T02:37:21.477 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:21.477 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:22.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:23.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:21.090152+0000 mgr.smithi016.ulayit (mgr.14184) 642 : 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-02-18T02:37:23.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:21.480955+0000 mgr.smithi016.ulayit (mgr.14184) 643 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:23.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:21.090152+0000 mgr.smithi016.ulayit (mgr.14184) 642 : 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-02-18T02:37:23.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:21.480955+0000 mgr.smithi016.ulayit (mgr.14184) 643 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:23.457 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:24.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:23.090714+0000 mgr.smithi016.ulayit (mgr.14184) 644 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:23.090714+0000 mgr.smithi016.ulayit (mgr.14184) 644 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:25.743 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:25.743 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:26.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:27.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:25.091193+0000 mgr.smithi016.ulayit (mgr.14184) 645 : 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-02-18T02:37:27.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:25.746194+0000 mgr.smithi016.ulayit (mgr.14184) 646 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:25.091193+0000 mgr.smithi016.ulayit (mgr.14184) 645 : 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-02-18T02:37:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:25.746194+0000 mgr.smithi016.ulayit (mgr.14184) 646 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:27.435 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:28.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:27.091840+0000 mgr.smithi016.ulayit (mgr.14184) 647 : cluster [DBG] pgmap v460: 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-02-18T02:37:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:27.091840+0000 mgr.smithi016.ulayit (mgr.14184) 647 : cluster [DBG] pgmap v460: 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-02-18T02:37:29.648 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:29.648 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:30.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:31.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:29.092487+0000 mgr.smithi016.ulayit (mgr.14184) 648 : 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-02-18T02:37:31.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:29.651940+0000 mgr.smithi016.ulayit (mgr.14184) 649 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:29.092487+0000 mgr.smithi016.ulayit (mgr.14184) 648 : 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-02-18T02:37:31.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:29.651940+0000 mgr.smithi016.ulayit (mgr.14184) 649 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:31.461 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:33.084 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:31.093108+0000 mgr.smithi016.ulayit (mgr.14184) 650 : 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-02-18T02:37:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:31.093108+0000 mgr.smithi016.ulayit (mgr.14184) 650 : 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-02-18T02:37:33.766 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:33.766 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:34.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:35.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:33.093861+0000 mgr.smithi016.ulayit (mgr.14184) 651 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:35.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:33.768928+0000 mgr.smithi016.ulayit (mgr.14184) 652 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:33.093861+0000 mgr.smithi016.ulayit (mgr.14184) 651 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:35.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:33.768928+0000 mgr.smithi016.ulayit (mgr.14184) 652 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:35.591 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:37.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:35.094286+0000 mgr.smithi016.ulayit (mgr.14184) 653 : 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-02-18T02:37:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:35.094286+0000 mgr.smithi016.ulayit (mgr.14184) 653 : 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-02-18T02:37:37.897 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:37.897 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:38.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:38.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:37.094769+0000 mgr.smithi016.ulayit (mgr.14184) 654 : cluster [DBG] pgmap v465: 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-02-18T02:37:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:37.094769+0000 mgr.smithi016.ulayit (mgr.14184) 654 : cluster [DBG] pgmap v465: 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-02-18T02:37:39.665 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:40.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:37.900246+0000 mgr.smithi016.ulayit (mgr.14184) 655 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:40.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:39.095415+0000 mgr.smithi016.ulayit (mgr.14184) 656 : 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-02-18T02:37:40.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:37.900246+0000 mgr.smithi016.ulayit (mgr.14184) 655 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:40.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:39.095415+0000 mgr.smithi016.ulayit (mgr.14184) 656 : 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-02-18T02:37:42.012 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:42.013 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:42.422 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:41.096121+0000 mgr.smithi016.ulayit (mgr.14184) 657 : 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-02-18T02:37:42.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:41.096121+0000 mgr.smithi016.ulayit (mgr.14184) 657 : 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-02-18T02:37:42.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:43.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:42.016038+0000 mgr.smithi016.ulayit (mgr.14184) 658 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:43.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:42.016038+0000 mgr.smithi016.ulayit (mgr.14184) 658 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:43.839 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:44.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:43.096667+0000 mgr.smithi016.ulayit (mgr.14184) 659 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:44.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:43.096667+0000 mgr.smithi016.ulayit (mgr.14184) 659 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:37:46.201 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:46.201 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:30:08.467724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ltxkvo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-ltxkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.ltxkvo\nDeploy daemon haproxy.nfs.foo.smithi153.ltxkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:29:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.915889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.tfsoxw on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-tfsoxw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.tfsoxw\nDeploy daemon haproxy.nfs.foo.smithi016.tfsoxw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:30:46Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:31:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:32:01Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:32:38.921010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.jtuyem on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:46.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:45.097082+0000 mgr.smithi016.ulayit (mgr.14184) 660 : 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-02-18T02:37:46.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:45.097082+0000 mgr.smithi016.ulayit (mgr.14184) 660 : 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-02-18T02:37:46.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:47.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:46.203843+0000 mgr.smithi016.ulayit (mgr.14184) 661 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:47.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:46.203843+0000 mgr.smithi016.ulayit (mgr.14184) 661 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:47.878 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:47.097634+0000 mgr.smithi016.ulayit (mgr.14184) 662 : cluster [DBG] pgmap v470: 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-02-18T02:37:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:48.045528+0000 mon.smithi016 (mon.0) 690 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.mmngsy"}]: dispatch 2024-02-18T02:37:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:48.050743+0000 mon.smithi016 (mon.0) 691 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:37:48.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:47.097634+0000 mgr.smithi016.ulayit (mgr.14184) 662 : cluster [DBG] pgmap v470: 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-02-18T02:37:48.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:48.045528+0000 mon.smithi016 (mon.0) 690 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.mmngsy"}]: dispatch 2024-02-18T02:37:48.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:48.050743+0000 mon.smithi016 (mon.0) 691 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:37:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:48.044963+0000 mgr.smithi016.ulayit (mgr.14184) 663 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:37:49.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:48.045195+0000 mgr.smithi016.ulayit (mgr.14184) 664 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:48.046135+0000 mgr.smithi016.ulayit (mgr.14184) 665 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:48.047338+0000 mgr.smithi016.ulayit (mgr.14184) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:37:49.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:48.048330+0000 mgr.smithi016.ulayit (mgr.14184) 667 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:37:49.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:48.049000+0000 mgr.smithi016.ulayit (mgr.14184) 668 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:49.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:48.165347+0000 mon.smithi016 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:37:49.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:48.293023+0000 mon.smithi016 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:49.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:48.044963+0000 mgr.smithi016.ulayit (mgr.14184) 663 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:37:49.445 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:48.045195+0000 mgr.smithi016.ulayit (mgr.14184) 664 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:48.046135+0000 mgr.smithi016.ulayit (mgr.14184) 665 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.mmngsy ... 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:35:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:36:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:37:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:48.047338+0000 mgr.smithi016.ulayit (mgr.14184) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:48.048330+0000 mgr.smithi016.ulayit (mgr.14184) 667 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:37:49.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:48.049000+0000 mgr.smithi016.ulayit (mgr.14184) 668 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:49.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:48.165347+0000 mon.smithi016 (mon.0) 692 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:37:49.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:48.293023+0000 mon.smithi016 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:50.221 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:50.221 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:41.870259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:41.871545Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:41.870479Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:41.870628Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:41.870766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:41.871035Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:32:41.870900Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:51.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:49.874481+0000 mon.smithi016 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:51.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:50.049447+0000 mgr.smithi016.ulayit (mgr.14184) 669 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:51.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:50.224319+0000 mgr.smithi016.ulayit (mgr.14184) 670 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:49.874481+0000 mon.smithi016 (mon.0) 694 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:50.049447+0000 mgr.smithi016.ulayit (mgr.14184) 669 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:50.224319+0000 mgr.smithi016.ulayit (mgr.14184) 670 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:51.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:52.493 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.206027+0000 mon.smithi016 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.491593+0000 mon.smithi016 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.492721+0000 mon.smithi016 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.523 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.493668+0000 mon.smithi016 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.523 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.494573+0000 mon.smithi016 (mon.0) 699 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.523 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:51.495699+0000 mgr.smithi016.ulayit (mgr.14184) 671 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2712M 2024-02-18T02:37:52.523 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:51.500649+0000 mon.smithi016 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:52.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.206027+0000 mon.smithi016 (mon.0) 695 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:52.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.491593+0000 mon.smithi016 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.492721+0000 mon.smithi016 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.493668+0000 mon.smithi016 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.494573+0000 mon.smithi016 (mon.0) 699 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:52.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:51.495699+0000 mgr.smithi016.ulayit (mgr.14184) 671 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2712M 2024-02-18T02:37:52.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:51.500649+0000 mon.smithi016 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:53.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:52.050297+0000 mgr.smithi016.ulayit (mgr.14184) 672 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:53.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:52.050297+0000 mgr.smithi016.ulayit (mgr.14184) 672 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:55.141 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:55.142 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:32:46.681272Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:32:46.681351Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:32:46.681426Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:32:46.681860Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:32:46.681185Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:32:46.680998Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:32:46.681932Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:32:46.681499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:32:46.681572Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:37:55.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:54.051110+0000 mgr.smithi016.ulayit (mgr.14184) 673 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:55.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:54.461890+0000 mon.smithi016 (mon.0) 701 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:55.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:54.051110+0000 mgr.smithi016.ulayit (mgr.14184) 673 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:55.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:54.461890+0000 mon.smithi016 (mon.0) 701 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:56.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:37:56.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:55.145350+0000 mgr.smithi016.ulayit (mgr.14184) 674 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:56.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:55.145350+0000 mgr.smithi016.ulayit (mgr.14184) 674 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:37:57.448 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:37:57.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:56.051873+0000 mgr.smithi016.ulayit (mgr.14184) 675 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:57.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.344706+0000 mon.smithi016 (mon.0) 702 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:57.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:56.051873+0000 mgr.smithi016.ulayit (mgr.14184) 675 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-18T02:37:57.931 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.344706+0000 mon.smithi016 (mon.0) 702 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.649369+0000 mon.smithi016 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.650059+0000 mon.smithi016 (mon.0) 704 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.650658+0000 mon.smithi016 (mon.0) 705 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.651250+0000 mon.smithi016 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:57.651710+0000 mgr.smithi016.ulayit (mgr.14184) 676 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 2201M 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.655863+0000 mon.smithi016 (mon.0) 707 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.656814+0000 mon.smithi016 (mon.0) 708 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.657511+0000 mon.smithi016 (mon.0) 709 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.662485+0000 mon.smithi016 (mon.0) 710 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:57.663133+0000 mgr.smithi016.ulayit (mgr.14184) 677 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.667010+0000 mon.smithi016 (mon.0) 711 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:57.676774+0000 mon.smithi016 (mon.0) 712 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:37:57.679107+0000 mgr.smithi016.ulayit (mgr.14184) 678 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oabzgp on smithi153 2024-02-18T02:37:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.649369+0000 mon.smithi016 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.650059+0000 mon.smithi016 (mon.0) 704 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.650658+0000 mon.smithi016 (mon.0) 705 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.651250+0000 mon.smithi016 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:57.651710+0000 mgr.smithi016.ulayit (mgr.14184) 676 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 2201M 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.655863+0000 mon.smithi016 (mon.0) 707 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.656814+0000 mon.smithi016 (mon.0) 708 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.657511+0000 mon.smithi016 (mon.0) 709 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.662485+0000 mon.smithi016 (mon.0) 710 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:57.663133+0000 mgr.smithi016.ulayit (mgr.14184) 677 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.667010+0000 mon.smithi016 (mon.0) 711 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:57.676774+0000 mon.smithi016 (mon.0) 712 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:37:58.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:37:57.679107+0000 mgr.smithi016.ulayit (mgr.14184) 678 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oabzgp on smithi153 2024-02-18T02:37:59.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:58.660518+0000 mon.smithi016 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:37:59.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:37:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:58.660559+0000 mon.smithi016 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-02-18T02:37:59.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:58.660518+0000 mon.smithi016 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:37:59.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:37:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:58.660559+0000 mon.smithi016 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-02-18T02:37:59.780 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:37:59.780 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:00.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:37:59.663481+0000 mgr.smithi016.ulayit (mgr.14184) 679 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:37:59.783720+0000 mgr.smithi016.ulayit (mgr.14184) 680 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:37:59.663481+0000 mgr.smithi016.ulayit (mgr.14184) 679 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:37:59.783720+0000 mgr.smithi016.ulayit (mgr.14184) 680 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:01.559 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:01.663997+0000 mgr.smithi016.ulayit (mgr.14184) 681 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:01.663997+0000 mgr.smithi016.ulayit (mgr.14184) 681 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:03.863 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:03.863 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:04.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:04.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:03.664387+0000 mgr.smithi016.ulayit (mgr.14184) 682 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:03.664387+0000 mgr.smithi016.ulayit (mgr.14184) 682 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:05.706 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:06.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:03.866747+0000 mgr.smithi016.ulayit (mgr.14184) 683 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:06.152 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:03.866747+0000 mgr.smithi016.ulayit (mgr.14184) 683 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:05.664992+0000 mgr.smithi016.ulayit (mgr.14184) 684 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:05.664992+0000 mgr.smithi016.ulayit (mgr.14184) 684 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-18T02:38:08.065 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:08.065 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:08.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:07.665714+0000 mgr.smithi016.ulayit (mgr.14184) 685 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-18T02:38:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:07.665714+0000 mgr.smithi016.ulayit (mgr.14184) 685 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-18T02:38:09.810 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:10.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:08.068586+0000 mgr.smithi016.ulayit (mgr.14184) 686 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:10.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:09.462602+0000 mon.smithi016 (mon.0) 715 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:38:10.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:08.068586+0000 mgr.smithi016.ulayit (mgr.14184) 686 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:10.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:09.462602+0000 mon.smithi016 (mon.0) 715 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:38:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:09.666361+0000 mgr.smithi016.ulayit (mgr.14184) 687 : 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-02-18T02:38:11.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:09.666361+0000 mgr.smithi016.ulayit (mgr.14184) 687 : 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-02-18T02:38:11.912 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:11.913 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:12.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:11.666824+0000 mgr.smithi016.ulayit (mgr.14184) 688 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:11.666824+0000 mgr.smithi016.ulayit (mgr.14184) 688 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:13.746 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:14.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:11.916052+0000 mgr.smithi016.ulayit (mgr.14184) 689 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:14.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:11.916052+0000 mgr.smithi016.ulayit (mgr.14184) 689 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:13.667329+0000 mgr.smithi016.ulayit (mgr.14184) 690 : 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-02-18T02:38:15.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:13.667329+0000 mgr.smithi016.ulayit (mgr.14184) 690 : 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-02-18T02:38:15.993 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:15.993 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:16.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:15.667861+0000 mgr.smithi016.ulayit (mgr.14184) 691 : 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-02-18T02:38:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:15.667861+0000 mgr.smithi016.ulayit (mgr.14184) 691 : 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-02-18T02:38:17.825 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:18.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:15.996235+0000 mgr.smithi016.ulayit (mgr.14184) 692 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:18.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:15.996235+0000 mgr.smithi016.ulayit (mgr.14184) 692 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:17.668640+0000 mgr.smithi016.ulayit (mgr.14184) 693 : cluster [DBG] pgmap v486: 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-02-18T02:38:19.084 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:17.668640+0000 mgr.smithi016.ulayit (mgr.14184) 693 : cluster [DBG] pgmap v486: 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-02-18T02:38:20.226 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:20.226 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:20.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:19.669129+0000 mgr.smithi016.ulayit (mgr.14184) 694 : 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-02-18T02:38:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:19.669129+0000 mgr.smithi016.ulayit (mgr.14184) 694 : 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-02-18T02:38:21.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:22.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:20.229093+0000 mgr.smithi016.ulayit (mgr.14184) 695 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:22.074 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:22.109 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:20.229093+0000 mgr.smithi016.ulayit (mgr.14184) 695 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:22.843 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:21.669765+0000 mgr.smithi016.ulayit (mgr.14184) 696 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:23.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:21.669765+0000 mgr.smithi016.ulayit (mgr.14184) 696 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:24.521 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:24.521 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:24.856 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:23.670428+0000 mgr.smithi016.ulayit (mgr.14184) 697 : 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-02-18T02:38:25.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:23.670428+0000 mgr.smithi016.ulayit (mgr.14184) 697 : 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-02-18T02:38:25.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:26.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:24.524664+0000 mgr.smithi016.ulayit (mgr.14184) 698 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:26.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:24.524664+0000 mgr.smithi016.ulayit (mgr.14184) 698 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:26.273 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:25.670939+0000 mgr.smithi016.ulayit (mgr.14184) 699 : 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-02-18T02:38:27.098 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:25.670939+0000 mgr.smithi016.ulayit (mgr.14184) 699 : 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-02-18T02:38:28.625 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:28.625 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:28.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:27.671541+0000 mgr.smithi016.ulayit (mgr.14184) 700 : cluster [DBG] pgmap v491: 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-02-18T02:38:29.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:27.671541+0000 mgr.smithi016.ulayit (mgr.14184) 700 : cluster [DBG] pgmap v491: 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-02-18T02:38:29.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:30.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:28.627632+0000 mgr.smithi016.ulayit (mgr.14184) 701 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:30.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:28.627632+0000 mgr.smithi016.ulayit (mgr.14184) 701 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:30.395 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:31.149 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:29.672163+0000 mgr.smithi016.ulayit (mgr.14184) 702 : 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-02-18T02:38:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:29.672163+0000 mgr.smithi016.ulayit (mgr.14184) 702 : 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-02-18T02:38:32.613 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:32.613 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:32.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:31.672709+0000 mgr.smithi016.ulayit (mgr.14184) 703 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:31.672709+0000 mgr.smithi016.ulayit (mgr.14184) 703 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:33.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:34.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:32.616430+0000 mgr.smithi016.ulayit (mgr.14184) 704 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:34.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:32.616430+0000 mgr.smithi016.ulayit (mgr.14184) 704 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:34.420 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:35.103 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:33.673177+0000 mgr.smithi016.ulayit (mgr.14184) 705 : 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-02-18T02:38:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:33.673177+0000 mgr.smithi016.ulayit (mgr.14184) 705 : 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-02-18T02:38:36.713 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:36.713 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:37.076 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:35.673606+0000 mgr.smithi016.ulayit (mgr.14184) 706 : 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-02-18T02:38:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:35.673606+0000 mgr.smithi016.ulayit (mgr.14184) 706 : 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-02-18T02:38:37.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:38.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:36.716996+0000 mgr.smithi016.ulayit (mgr.14184) 707 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:38.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:36.716996+0000 mgr.smithi016.ulayit (mgr.14184) 707 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:38.455 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:39.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:37.674338+0000 mgr.smithi016.ulayit (mgr.14184) 708 : cluster [DBG] pgmap v496: 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-02-18T02:38:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:37.674338+0000 mgr.smithi016.ulayit (mgr.14184) 708 : cluster [DBG] pgmap v496: 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-02-18T02:38:40.662 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:40.662 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:40.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:39.674801+0000 mgr.smithi016.ulayit (mgr.14184) 709 : 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-02-18T02:38:41.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:39.674801+0000 mgr.smithi016.ulayit (mgr.14184) 709 : 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-02-18T02:38:41.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:42.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:40.665708+0000 mgr.smithi016.ulayit (mgr.14184) 710 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:42.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:40.665708+0000 mgr.smithi016.ulayit (mgr.14184) 710 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:42.370 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:43.098 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:41.675333+0000 mgr.smithi016.ulayit (mgr.14184) 711 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:41.675333+0000 mgr.smithi016.ulayit (mgr.14184) 711 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:44.778 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:44.778 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:45.130 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:43.675764+0000 mgr.smithi016.ulayit (mgr.14184) 712 : 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-02-18T02:38:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:43.675764+0000 mgr.smithi016.ulayit (mgr.14184) 712 : 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-02-18T02:38:45.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:46.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:44.782022+0000 mgr.smithi016.ulayit (mgr.14184) 713 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:46.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:44.782022+0000 mgr.smithi016.ulayit (mgr.14184) 713 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:46.588 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:46.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:45.676467+0000 mgr.smithi016.ulayit (mgr.14184) 714 : 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-02-18T02:38:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:45.676467+0000 mgr.smithi016.ulayit (mgr.14184) 714 : 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-02-18T02:38:48.772 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:48.772 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:49.095 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:47.676961+0000 mgr.smithi016.ulayit (mgr.14184) 715 : cluster [DBG] pgmap v501: 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-02-18T02:38:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:47.676961+0000 mgr.smithi016.ulayit (mgr.14184) 715 : cluster [DBG] pgmap v501: 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-02-18T02:38:49.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:48.775350+0000 mgr.smithi016.ulayit (mgr.14184) 716 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:50.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:48.775350+0000 mgr.smithi016.ulayit (mgr.14184) 716 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:50.466 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:51.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:49.677442+0000 mgr.smithi016.ulayit (mgr.14184) 717 : 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-02-18T02:38:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:49.677442+0000 mgr.smithi016.ulayit (mgr.14184) 717 : 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-02-18T02:38:52.821 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:52.821 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:53.168 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:51.677919+0000 mgr.smithi016.ulayit (mgr.14184) 718 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:51.677919+0000 mgr.smithi016.ulayit (mgr.14184) 718 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:38:53.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:54.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:52.824285+0000 mgr.smithi016.ulayit (mgr.14184) 719 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:54.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:52.824285+0000 mgr.smithi016.ulayit (mgr.14184) 719 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:54.566 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:38:54.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:53.678574+0000 mgr.smithi016.ulayit (mgr.14184) 720 : 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-02-18T02:38:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:53.678574+0000 mgr.smithi016.ulayit (mgr.14184) 720 : 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-02-18T02:38:56.806 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:38:56.806 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:38:57.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:55.678991+0000 mgr.smithi016.ulayit (mgr.14184) 721 : 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-02-18T02:38:57.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:55.678991+0000 mgr.smithi016.ulayit (mgr.14184) 721 : 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-02-18T02:38:57.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:38:58.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:38:56.809172+0000 mgr.smithi016.ulayit (mgr.14184) 722 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:58.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:38:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:57.679758+0000 mgr.smithi016.ulayit (mgr.14184) 723 : cluster [DBG] pgmap v506: 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-02-18T02:38:58.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:38:56.809172+0000 mgr.smithi016.ulayit (mgr.14184) 722 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:38:58.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:38:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:57.679758+0000 mgr.smithi016.ulayit (mgr.14184) 723 : cluster [DBG] pgmap v506: 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-02-18T02:38:58.590 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:00.726 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:00.726 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:38:59.680142+0000 mgr.smithi016.ulayit (mgr.14184) 724 : 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-02-18T02:39:01.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:38:59.680142+0000 mgr.smithi016.ulayit (mgr.14184) 724 : 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-02-18T02:39:01.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:02.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:00.729271+0000 mgr.smithi016.ulayit (mgr.14184) 725 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:02.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:00.729271+0000 mgr.smithi016.ulayit (mgr.14184) 725 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:02.460 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:02.898 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:01.680656+0000 mgr.smithi016.ulayit (mgr.14184) 726 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:01.680656+0000 mgr.smithi016.ulayit (mgr.14184) 726 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:04.685 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:04.685 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:03.681185+0000 mgr.smithi016.ulayit (mgr.14184) 727 : 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-02-18T02:39:05.052 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:03.681185+0000 mgr.smithi016.ulayit (mgr.14184) 727 : 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-02-18T02:39:05.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:06.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:04.688916+0000 mgr.smithi016.ulayit (mgr.14184) 728 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:06.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:04.688916+0000 mgr.smithi016.ulayit (mgr.14184) 728 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:06.495 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:06.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:05.681724+0000 mgr.smithi016.ulayit (mgr.14184) 729 : 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-02-18T02:39:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:05.681724+0000 mgr.smithi016.ulayit (mgr.14184) 729 : 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-02-18T02:39:08.693 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:08.693 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:09.024 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:07.682418+0000 mgr.smithi016.ulayit (mgr.14184) 730 : cluster [DBG] pgmap v511: 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-02-18T02:39:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:07.682418+0000 mgr.smithi016.ulayit (mgr.14184) 730 : cluster [DBG] pgmap v511: 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-02-18T02:39:09.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:10.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:08.696780+0000 mgr.smithi016.ulayit (mgr.14184) 731 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:10.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:08.696780+0000 mgr.smithi016.ulayit (mgr.14184) 731 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:10.387 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:09.682930+0000 mgr.smithi016.ulayit (mgr.14184) 732 : 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-02-18T02:39:11.093 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:09.682930+0000 mgr.smithi016.ulayit (mgr.14184) 732 : 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-02-18T02:39:12.655 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:12.655 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:12.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:11.683448+0000 mgr.smithi016.ulayit (mgr.14184) 733 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:11.683448+0000 mgr.smithi016.ulayit (mgr.14184) 733 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:13.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:14.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:12.658600+0000 mgr.smithi016.ulayit (mgr.14184) 734 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:14.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:12.658600+0000 mgr.smithi016.ulayit (mgr.14184) 734 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:14.430 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:13.683983+0000 mgr.smithi016.ulayit (mgr.14184) 735 : 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-02-18T02:39:15.177 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:13.683983+0000 mgr.smithi016.ulayit (mgr.14184) 735 : 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-02-18T02:39:16.745 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:16.745 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:15.684484+0000 mgr.smithi016.ulayit (mgr.14184) 736 : 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-02-18T02:39:17.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:15.684484+0000 mgr.smithi016.ulayit (mgr.14184) 736 : 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-02-18T02:39:17.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:17.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:16.748519+0000 mgr.smithi016.ulayit (mgr.14184) 737 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:18.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:16.748519+0000 mgr.smithi016.ulayit (mgr.14184) 737 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:18.593 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:17.685163+0000 mgr.smithi016.ulayit (mgr.14184) 738 : cluster [DBG] pgmap v516: 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-02-18T02:39:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:17.685163+0000 mgr.smithi016.ulayit (mgr.14184) 738 : cluster [DBG] pgmap v516: 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-02-18T02:39:20.793 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:20.794 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:21.159 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:19.685716+0000 mgr.smithi016.ulayit (mgr.14184) 739 : 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-02-18T02:39:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:19.685716+0000 mgr.smithi016.ulayit (mgr.14184) 739 : 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-02-18T02:39:21.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:21.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:20.797337+0000 mgr.smithi016.ulayit (mgr.14184) 740 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:22.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:20.797337+0000 mgr.smithi016.ulayit (mgr.14184) 740 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:22.599 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:21.686395+0000 mgr.smithi016.ulayit (mgr.14184) 741 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:23.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:21.686395+0000 mgr.smithi016.ulayit (mgr.14184) 741 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:24.760 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:24.760 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:25.156 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:23.686991+0000 mgr.smithi016.ulayit (mgr.14184) 742 : 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-02-18T02:39:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:23.686991+0000 mgr.smithi016.ulayit (mgr.14184) 742 : 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-02-18T02:39:25.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:26.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:24.763748+0000 mgr.smithi016.ulayit (mgr.14184) 743 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:26.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:24.763748+0000 mgr.smithi016.ulayit (mgr.14184) 743 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:26.565 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:26.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:25.687492+0000 mgr.smithi016.ulayit (mgr.14184) 744 : 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-02-18T02:39:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:25.687492+0000 mgr.smithi016.ulayit (mgr.14184) 744 : 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-02-18T02:39:28.728 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:28.729 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:29.112 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:27.687995+0000 mgr.smithi016.ulayit (mgr.14184) 745 : cluster [DBG] pgmap v521: 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-02-18T02:39:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:27.687995+0000 mgr.smithi016.ulayit (mgr.14184) 745 : cluster [DBG] pgmap v521: 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-02-18T02:39:29.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:30.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:28.731725+0000 mgr.smithi016.ulayit (mgr.14184) 746 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:30.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:28.731725+0000 mgr.smithi016.ulayit (mgr.14184) 746 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:30.437 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:31.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:29.688547+0000 mgr.smithi016.ulayit (mgr.14184) 747 : 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-02-18T02:39:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:29.688547+0000 mgr.smithi016.ulayit (mgr.14184) 747 : 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-02-18T02:39:32.544 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:32.545 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:32.918 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:31.689266+0000 mgr.smithi016.ulayit (mgr.14184) 748 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:31.689266+0000 mgr.smithi016.ulayit (mgr.14184) 748 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:33.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:34.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:32.548278+0000 mgr.smithi016.ulayit (mgr.14184) 749 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:34.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:32.548278+0000 mgr.smithi016.ulayit (mgr.14184) 749 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:34.350 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:35.097 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:33.689792+0000 mgr.smithi016.ulayit (mgr.14184) 750 : 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-02-18T02:39:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:33.689792+0000 mgr.smithi016.ulayit (mgr.14184) 750 : 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-02-18T02:39:36.604 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:36.604 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:36.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:35.690309+0000 mgr.smithi016.ulayit (mgr.14184) 751 : 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-02-18T02:39:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:35.690309+0000 mgr.smithi016.ulayit (mgr.14184) 751 : 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-02-18T02:39:37.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:38.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:36.608249+0000 mgr.smithi016.ulayit (mgr.14184) 752 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:38.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:36.608249+0000 mgr.smithi016.ulayit (mgr.14184) 752 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:38.430 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:39.176 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:37.690876+0000 mgr.smithi016.ulayit (mgr.14184) 753 : cluster [DBG] pgmap v526: 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-02-18T02:39:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:37.690876+0000 mgr.smithi016.ulayit (mgr.14184) 753 : cluster [DBG] pgmap v526: 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-02-18T02:39:40.762 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:40.762 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:41.138 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:39.691362+0000 mgr.smithi016.ulayit (mgr.14184) 754 : 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-02-18T02:39:41.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:39.691362+0000 mgr.smithi016.ulayit (mgr.14184) 754 : 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-02-18T02:39:41.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:42.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:40.765673+0000 mgr.smithi016.ulayit (mgr.14184) 755 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:42.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:40.765673+0000 mgr.smithi016.ulayit (mgr.14184) 755 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:42.529 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:43.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:41.692015+0000 mgr.smithi016.ulayit (mgr.14184) 756 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:41.692015+0000 mgr.smithi016.ulayit (mgr.14184) 756 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:44.487 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:44.488 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:45.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:43.692730+0000 mgr.smithi016.ulayit (mgr.14184) 757 : 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-02-18T02:39:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:43.692730+0000 mgr.smithi016.ulayit (mgr.14184) 757 : 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-02-18T02:39:45.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:46.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:44.491213+0000 mgr.smithi016.ulayit (mgr.14184) 758 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:46.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:44.491213+0000 mgr.smithi016.ulayit (mgr.14184) 758 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:46.295 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:47.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:45.693258+0000 mgr.smithi016.ulayit (mgr.14184) 759 : 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-02-18T02:39:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:45.693258+0000 mgr.smithi016.ulayit (mgr.14184) 759 : 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-02-18T02:39:48.801 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:48.801 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:49.086 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:47.693869+0000 mgr.smithi016.ulayit (mgr.14184) 760 : cluster [DBG] pgmap v531: 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-02-18T02:39:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:47.693869+0000 mgr.smithi016.ulayit (mgr.14184) 760 : cluster [DBG] pgmap v531: 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-02-18T02:39:49.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:48.804884+0000 mgr.smithi016.ulayit (mgr.14184) 761 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:50.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:48.804884+0000 mgr.smithi016.ulayit (mgr.14184) 761 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:50.448 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:51.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:49.694292+0000 mgr.smithi016.ulayit (mgr.14184) 762 : 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-02-18T02:39:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:49.694292+0000 mgr.smithi016.ulayit (mgr.14184) 762 : 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-02-18T02:39:52.075 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:51.695036+0000 mgr.smithi016.ulayit (mgr.14184) 763 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:52.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:51.695036+0000 mgr.smithi016.ulayit (mgr.14184) 763 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:39:52.866 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:52.867 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:53.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:54.682 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:52.870324+0000 mgr.smithi016.ulayit (mgr.14184) 764 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:53.695486+0000 mgr.smithi016.ulayit (mgr.14184) 765 : 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-02-18T02:39:55.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:52.870324+0000 mgr.smithi016.ulayit (mgr.14184) 764 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:55.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:53.695486+0000 mgr.smithi016.ulayit (mgr.14184) 765 : 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-02-18T02:39:56.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:55.695994+0000 mgr.smithi016.ulayit (mgr.14184) 766 : 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-02-18T02:39:57.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:55.695994+0000 mgr.smithi016.ulayit (mgr.14184) 766 : 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-02-18T02:39:57.073 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:39:57.074 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:39:57.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:39:58.790 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:39:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:39:57.077588+0000 mgr.smithi016.ulayit (mgr.14184) 767 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:59.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:39:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:57.696465+0000 mgr.smithi016.ulayit (mgr.14184) 768 : cluster [DBG] pgmap v536: 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-02-18T02:39:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:39:57.077588+0000 mgr.smithi016.ulayit (mgr.14184) 767 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:39:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:39:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:57.696465+0000 mgr.smithi016.ulayit (mgr.14184) 768 : cluster [DBG] pgmap v536: 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-02-18T02:40:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:39:59.696924+0000 mgr.smithi016.ulayit (mgr.14184) 769 : 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-02-18T02:40:01.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:00.000169+0000 mon.smithi016 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2024-02-18T02:40:01.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:39:59.696924+0000 mgr.smithi016.ulayit (mgr.14184) 769 : 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-02-18T02:40:01.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:00.000169+0000 mon.smithi016 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2024-02-18T02:40:01.213 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:01.213 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:01.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:02.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:01.217131+0000 mgr.smithi016.ulayit (mgr.14184) 770 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:02.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:01.697430+0000 mgr.smithi016.ulayit (mgr.14184) 771 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:02.927 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:01.217131+0000 mgr.smithi016.ulayit (mgr.14184) 770 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:01.697430+0000 mgr.smithi016.ulayit (mgr.14184) 771 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:04.847 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:03.698178+0000 mgr.smithi016.ulayit (mgr.14184) 772 : 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-02-18T02:40:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:03.698178+0000 mgr.smithi016.ulayit (mgr.14184) 772 : 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-02-18T02:40:05.340 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:05.341 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:06.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:05.343946+0000 mgr.smithi016.ulayit (mgr.14184) 773 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:05.698711+0000 mgr.smithi016.ulayit (mgr.14184) 774 : 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-02-18T02:40:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:05.343946+0000 mgr.smithi016.ulayit (mgr.14184) 773 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:05.698711+0000 mgr.smithi016.ulayit (mgr.14184) 774 : 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-02-18T02:40:07.347 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:08.878 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:07.699365+0000 mgr.smithi016.ulayit (mgr.14184) 775 : cluster [DBG] pgmap v541: 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-02-18T02:40:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:07.699365+0000 mgr.smithi016.ulayit (mgr.14184) 775 : cluster [DBG] pgmap v541: 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-02-18T02:40:09.614 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:09.614 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:10.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:09.617288+0000 mgr.smithi016.ulayit (mgr.14184) 776 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:11.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:09.699832+0000 mgr.smithi016.ulayit (mgr.14184) 777 : 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-02-18T02:40:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:09.617288+0000 mgr.smithi016.ulayit (mgr.14184) 776 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:09.699832+0000 mgr.smithi016.ulayit (mgr.14184) 777 : 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-02-18T02:40:11.475 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:12.892 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:11.700407+0000 mgr.smithi016.ulayit (mgr.14184) 778 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:11.700407+0000 mgr.smithi016.ulayit (mgr.14184) 778 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:13.651 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:13.651 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:14.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:13.654563+0000 mgr.smithi016.ulayit (mgr.14184) 779 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:13.700795+0000 mgr.smithi016.ulayit (mgr.14184) 780 : 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-02-18T02:40:15.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:13.654563+0000 mgr.smithi016.ulayit (mgr.14184) 779 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:15.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:13.700795+0000 mgr.smithi016.ulayit (mgr.14184) 780 : 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-02-18T02:40:15.428 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:15.701230+0000 mgr.smithi016.ulayit (mgr.14184) 781 : 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-02-18T02:40:17.091 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:15.701230+0000 mgr.smithi016.ulayit (mgr.14184) 781 : 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-02-18T02:40:17.838 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:17.838 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:18.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:17.701682+0000 mgr.smithi016.ulayit (mgr.14184) 782 : cluster [DBG] pgmap v546: 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-02-18T02:40:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:17.841243+0000 mgr.smithi016.ulayit (mgr.14184) 783 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:17.701682+0000 mgr.smithi016.ulayit (mgr.14184) 782 : cluster [DBG] pgmap v546: 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-02-18T02:40:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:17.841243+0000 mgr.smithi016.ulayit (mgr.14184) 783 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:19.557 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:19.702053+0000 mgr.smithi016.ulayit (mgr.14184) 784 : 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-02-18T02:40:21.131 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:19.702053+0000 mgr.smithi016.ulayit (mgr.14184) 784 : 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-02-18T02:40:21.875 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:21.875 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:22.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:21.702478+0000 mgr.smithi016.ulayit (mgr.14184) 785 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:23.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:21.702478+0000 mgr.smithi016.ulayit (mgr.14184) 785 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:23.623 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:23.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:21.878559+0000 mgr.smithi016.ulayit (mgr.14184) 786 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:24.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:21.878559+0000 mgr.smithi016.ulayit (mgr.14184) 786 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:25.104 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:23.702917+0000 mgr.smithi016.ulayit (mgr.14184) 787 : 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-02-18T02:40:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:23.702917+0000 mgr.smithi016.ulayit (mgr.14184) 787 : 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-02-18T02:40:25.822 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:25.823 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:32:38.922252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.njzqmf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:26.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:26.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:25.703381+0000 mgr.smithi016.ulayit (mgr.14184) 788 : 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-02-18T02:40:26.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:25.826121+0000 mgr.smithi016.ulayit (mgr.14184) 789 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:25.703381+0000 mgr.smithi016.ulayit (mgr.14184) 788 : 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-02-18T02:40:27.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:25.826121+0000 mgr.smithi016.ulayit (mgr.14184) 789 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:27.621 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:27.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:27.577835+0000 mon.smithi016 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oabzgp"}]: dispatch 2024-02-18T02:40:28.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:27.577835+0000 mon.smithi016 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oabzgp"}]: dispatch 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:40:27.577234+0000 mgr.smithi016.ulayit (mgr.14184) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:40:27.577456+0000 mgr.smithi016.ulayit (mgr.14184) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:40:27.578699+0000 mgr.smithi016.ulayit (mgr.14184) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:40:29.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:40:27.580447+0000 mgr.smithi016.ulayit (mgr.14184) 793 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.gxhgru on smithi016 2024-02-18T02:40:29.198 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:27.703931+0000 mgr.smithi016.ulayit (mgr.14184) 794 : cluster [DBG] pgmap v551: 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-02-18T02:40:29.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:40:27.577234+0000 mgr.smithi016.ulayit (mgr.14184) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:40:29.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:40:27.577456+0000 mgr.smithi016.ulayit (mgr.14184) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:40:27.578699+0000 mgr.smithi016.ulayit (mgr.14184) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.oabzgp ... 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:38:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:39:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:40:27.580447+0000 mgr.smithi016.ulayit (mgr.14184) 793 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.gxhgru on smithi016 2024-02-18T02:40:29.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:27.703931+0000 mgr.smithi016.ulayit (mgr.14184) 794 : cluster [DBG] pgmap v551: 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-02-18T02:40:29.916 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:29.916 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:30.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:31.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:29.704305+0000 mgr.smithi016.ulayit (mgr.14184) 795 : 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-02-18T02:40:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:29.704305+0000 mgr.smithi016.ulayit (mgr.14184) 795 : 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-02-18T02:40:31.744 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:32.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:29.919873+0000 mgr.smithi016.ulayit (mgr.14184) 796 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:32.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:29.919873+0000 mgr.smithi016.ulayit (mgr.14184) 796 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:33.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:31.704823+0000 mgr.smithi016.ulayit (mgr.14184) 797 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:31.704823+0000 mgr.smithi016.ulayit (mgr.14184) 797 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:34.025 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:34.025 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:34.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:35.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:33.705313+0000 mgr.smithi016.ulayit (mgr.14184) 798 : 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-02-18T02:40:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:33.705313+0000 mgr.smithi016.ulayit (mgr.14184) 798 : 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-02-18T02:40:35.743 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:36.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:34.028393+0000 mgr.smithi016.ulayit (mgr.14184) 799 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:36.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:34.028393+0000 mgr.smithi016.ulayit (mgr.14184) 799 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:37.160 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:35.705781+0000 mgr.smithi016.ulayit (mgr.14184) 800 : 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-02-18T02:40:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:35.705781+0000 mgr.smithi016.ulayit (mgr.14184) 800 : 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-02-18T02:40:38.300 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:38.300 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:38.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:37.706424+0000 mgr.smithi016.ulayit (mgr.14184) 801 : cluster [DBG] pgmap v556: 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-02-18T02:40:39.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:37.706424+0000 mgr.smithi016.ulayit (mgr.14184) 801 : cluster [DBG] pgmap v556: 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-02-18T02:40:40.040 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:40.073 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:38.303088+0000 mgr.smithi016.ulayit (mgr.14184) 802 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:40.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:38.303088+0000 mgr.smithi016.ulayit (mgr.14184) 802 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:41.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:39.706965+0000 mgr.smithi016.ulayit (mgr.14184) 803 : 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-02-18T02:40:41.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:39.706965+0000 mgr.smithi016.ulayit (mgr.14184) 803 : 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-02-18T02:40:42.400 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:42.400 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:43.165 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:41.707492+0000 mgr.smithi016.ulayit (mgr.14184) 804 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:43.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:41.707492+0000 mgr.smithi016.ulayit (mgr.14184) 804 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:44.193 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:44.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:42.403397+0000 mgr.smithi016.ulayit (mgr.14184) 805 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:44.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:42.403397+0000 mgr.smithi016.ulayit (mgr.14184) 805 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:44.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:43.708026+0000 mgr.smithi016.ulayit (mgr.14184) 806 : 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-02-18T02:40:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:43.708026+0000 mgr.smithi016.ulayit (mgr.14184) 806 : 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-02-18T02:40:46.517 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:46.517 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:47.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:45.708643+0000 mgr.smithi016.ulayit (mgr.14184) 807 : 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-02-18T02:40:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:45.708643+0000 mgr.smithi016.ulayit (mgr.14184) 807 : 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-02-18T02:40:47.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:46.520770+0000 mgr.smithi016.ulayit (mgr.14184) 808 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:48.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:46.520770+0000 mgr.smithi016.ulayit (mgr.14184) 808 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:48.348 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:49.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:47.709236+0000 mgr.smithi016.ulayit (mgr.14184) 809 : cluster [DBG] pgmap v561: 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-02-18T02:40:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:47.709236+0000 mgr.smithi016.ulayit (mgr.14184) 809 : cluster [DBG] pgmap v561: 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-02-18T02:40:50.603 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:50.603 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:50.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:49.709621+0000 mgr.smithi016.ulayit (mgr.14184) 810 : 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-02-18T02:40:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:49.709621+0000 mgr.smithi016.ulayit (mgr.14184) 810 : 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-02-18T02:40:51.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:52.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:50.606842+0000 mgr.smithi016.ulayit (mgr.14184) 811 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:52.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:50.606842+0000 mgr.smithi016.ulayit (mgr.14184) 811 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:52.355 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:53.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:51.710359+0000 mgr.smithi016.ulayit (mgr.14184) 812 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:51.710359+0000 mgr.smithi016.ulayit (mgr.14184) 812 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:40:54.621 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:54.622 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:54.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:53.710809+0000 mgr.smithi016.ulayit (mgr.14184) 813 : 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-02-18T02:40:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:53.710809+0000 mgr.smithi016.ulayit (mgr.14184) 813 : 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-02-18T02:40:55.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:40:56.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:54.625202+0000 mgr.smithi016.ulayit (mgr.14184) 814 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:56.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:54.625202+0000 mgr.smithi016.ulayit (mgr.14184) 814 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:56.492 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:40:57.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:55.711413+0000 mgr.smithi016.ulayit (mgr.14184) 815 : 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-02-18T02:40:57.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:55.711413+0000 mgr.smithi016.ulayit (mgr.14184) 815 : 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-02-18T02:40:58.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:57.712097+0000 mgr.smithi016.ulayit (mgr.14184) 816 : cluster [DBG] pgmap v566: 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-02-18T02:40:58.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:57.712097+0000 mgr.smithi016.ulayit (mgr.14184) 816 : cluster [DBG] pgmap v566: 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-02-18T02:40:58.673 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:40:58.673 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:40:59.004 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:40:58.676835+0000 mgr.smithi016.ulayit (mgr.14184) 817 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:59.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:40:58.676835+0000 mgr.smithi016.ulayit (mgr.14184) 817 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:40:59.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:00.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:40:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:40:59.712524+0000 mgr.smithi016.ulayit (mgr.14184) 818 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:00.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:40:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:40:59.712524+0000 mgr.smithi016.ulayit (mgr.14184) 818 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:00.398 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:02.836 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:02.837 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:01.713047+0000 mgr.smithi016.ulayit (mgr.14184) 819 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:03.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:01.713047+0000 mgr.smithi016.ulayit (mgr.14184) 819 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:03.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:03.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:02.837937+0000 mgr.smithi016.ulayit (mgr.14184) 820 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:04.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:02.837937+0000 mgr.smithi016.ulayit (mgr.14184) 820 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:04.627 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:04.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:03.713725+0000 mgr.smithi016.ulayit (mgr.14184) 821 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:03.713725+0000 mgr.smithi016.ulayit (mgr.14184) 821 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:06.996 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:06.996 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:05.714222+0000 mgr.smithi016.ulayit (mgr.14184) 822 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:05.714222+0000 mgr.smithi016.ulayit (mgr.14184) 822 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:07.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:08.768 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:07.000097+0000 mgr.smithi016.ulayit (mgr.14184) 823 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:07.714757+0000 mgr.smithi016.ulayit (mgr.14184) 824 : cluster [DBG] pgmap v571: 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-02-18T02:41:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:07.000097+0000 mgr.smithi016.ulayit (mgr.14184) 823 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:07.714757+0000 mgr.smithi016.ulayit (mgr.14184) 824 : cluster [DBG] pgmap v571: 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-02-18T02:41:10.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:09.715459+0000 mgr.smithi016.ulayit (mgr.14184) 825 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:10.973 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:10.973 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:09.715459+0000 mgr.smithi016.ulayit (mgr.14184) 825 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:11.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:12.783 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:10.976852+0000 mgr.smithi016.ulayit (mgr.14184) 826 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:11.716080+0000 mgr.smithi016.ulayit (mgr.14184) 827 : 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-02-18T02:41:13.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:10.976852+0000 mgr.smithi016.ulayit (mgr.14184) 826 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:13.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:11.716080+0000 mgr.smithi016.ulayit (mgr.14184) 827 : 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-02-18T02:41:14.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:13.716642+0000 mgr.smithi016.ulayit (mgr.14184) 828 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:15.098 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:15.098 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:15.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:13.716642+0000 mgr.smithi016.ulayit (mgr.14184) 828 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:15.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:16.942 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:15.101706+0000 mgr.smithi016.ulayit (mgr.14184) 829 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:15.717236+0000 mgr.smithi016.ulayit (mgr.14184) 830 : 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-02-18T02:41:17.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:15.101706+0000 mgr.smithi016.ulayit (mgr.14184) 829 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:17.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:15.717236+0000 mgr.smithi016.ulayit (mgr.14184) 830 : 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-02-18T02:41:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:17.717688+0000 mgr.smithi016.ulayit (mgr.14184) 831 : cluster [DBG] pgmap v576: 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-02-18T02:41:19.228 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:19.229 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:17.717688+0000 mgr.smithi016.ulayit (mgr.14184) 831 : cluster [DBG] pgmap v576: 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-02-18T02:41:20.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:21.051 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:21.086 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:19.232478+0000 mgr.smithi016.ulayit (mgr.14184) 832 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:21.086 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:19.718225+0000 mgr.smithi016.ulayit (mgr.14184) 833 : 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-02-18T02:41:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:19.232478+0000 mgr.smithi016.ulayit (mgr.14184) 832 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:19.718225+0000 mgr.smithi016.ulayit (mgr.14184) 833 : 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-02-18T02:41:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:21.718704+0000 mgr.smithi016.ulayit (mgr.14184) 834 : 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-02-18T02:41:23.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:21.718704+0000 mgr.smithi016.ulayit (mgr.14184) 834 : 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-02-18T02:41:23.413 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:23.414 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:24.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:25.183 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:25.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:23.417448+0000 mgr.smithi016.ulayit (mgr.14184) 835 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:25.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:23.719159+0000 mgr.smithi016.ulayit (mgr.14184) 836 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:23.417448+0000 mgr.smithi016.ulayit (mgr.14184) 835 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:23.719159+0000 mgr.smithi016.ulayit (mgr.14184) 836 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:27.072 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:25.719607+0000 mgr.smithi016.ulayit (mgr.14184) 837 : 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-02-18T02:41:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:25.719607+0000 mgr.smithi016.ulayit (mgr.14184) 837 : 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-02-18T02:41:27.525 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:27.525 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:28.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:29.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:27.528796+0000 mgr.smithi016.ulayit (mgr.14184) 838 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:29.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:27.720177+0000 mgr.smithi016.ulayit (mgr.14184) 839 : cluster [DBG] pgmap v581: 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-02-18T02:41:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:27.528796+0000 mgr.smithi016.ulayit (mgr.14184) 838 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:27.720177+0000 mgr.smithi016.ulayit (mgr.14184) 839 : cluster [DBG] pgmap v581: 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-02-18T02:41:29.381 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:30.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:29.720608+0000 mgr.smithi016.ulayit (mgr.14184) 840 : 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-02-18T02:41:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:29.720608+0000 mgr.smithi016.ulayit (mgr.14184) 840 : 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-02-18T02:41:31.719 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:31.719 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:32.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:32.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:31.721056+0000 mgr.smithi016.ulayit (mgr.14184) 841 : 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-02-18T02:41:32.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:31.722645+0000 mgr.smithi016.ulayit (mgr.14184) 842 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:32.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:31.721056+0000 mgr.smithi016.ulayit (mgr.14184) 841 : 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-02-18T02:41:32.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:31.722645+0000 mgr.smithi016.ulayit (mgr.14184) 842 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:33.504 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:34.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:33.721453+0000 mgr.smithi016.ulayit (mgr.14184) 843 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:35.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:33.721453+0000 mgr.smithi016.ulayit (mgr.14184) 843 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:35.728 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:35.728 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:36.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:37.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:35.721889+0000 mgr.smithi016.ulayit (mgr.14184) 844 : 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-02-18T02:41:37.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:35.731486+0000 mgr.smithi016.ulayit (mgr.14184) 845 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:37.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:35.721889+0000 mgr.smithi016.ulayit (mgr.14184) 844 : 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-02-18T02:41:37.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:35.731486+0000 mgr.smithi016.ulayit (mgr.14184) 845 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:37.534 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:39.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:37.722422+0000 mgr.smithi016.ulayit (mgr.14184) 846 : cluster [DBG] pgmap v586: 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-02-18T02:41:39.182 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:37.722422+0000 mgr.smithi016.ulayit (mgr.14184) 846 : cluster [DBG] pgmap v586: 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-02-18T02:41:39.943 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:39.943 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:40.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:40.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:39.722775+0000 mgr.smithi016.ulayit (mgr.14184) 847 : 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-02-18T02:41:41.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:39.722775+0000 mgr.smithi016.ulayit (mgr.14184) 847 : 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-02-18T02:41:41.688 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:42.128 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:39.946376+0000 mgr.smithi016.ulayit (mgr.14184) 848 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:42.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:39.946376+0000 mgr.smithi016.ulayit (mgr.14184) 848 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:43.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:41.723318+0000 mgr.smithi016.ulayit (mgr.14184) 849 : 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-02-18T02:41:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:41.723318+0000 mgr.smithi016.ulayit (mgr.14184) 849 : 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-02-18T02:41:44.015 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:44.015 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:44.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:45.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:43.723746+0000 mgr.smithi016.ulayit (mgr.14184) 850 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:43.723746+0000 mgr.smithi016.ulayit (mgr.14184) 850 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:45.781 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:46.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:44.018164+0000 mgr.smithi016.ulayit (mgr.14184) 851 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:46.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:44.018164+0000 mgr.smithi016.ulayit (mgr.14184) 851 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:47.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:45.724249+0000 mgr.smithi016.ulayit (mgr.14184) 852 : 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-02-18T02:41:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:45.724249+0000 mgr.smithi016.ulayit (mgr.14184) 852 : 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-02-18T02:41:47.971 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:47.972 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:48.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:48.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:47.724752+0000 mgr.smithi016.ulayit (mgr.14184) 853 : cluster [DBG] pgmap v591: 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-02-18T02:41:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:47.724752+0000 mgr.smithi016.ulayit (mgr.14184) 853 : cluster [DBG] pgmap v591: 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-02-18T02:41:49.653 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:49.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:47.974993+0000 mgr.smithi016.ulayit (mgr.14184) 854 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:50.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:47.974993+0000 mgr.smithi016.ulayit (mgr.14184) 854 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:51.128 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:49.725165+0000 mgr.smithi016.ulayit (mgr.14184) 855 : 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-02-18T02:41:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:49.725165+0000 mgr.smithi016.ulayit (mgr.14184) 855 : 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-02-18T02:41:51.862 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:51.862 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:52.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:51.725721+0000 mgr.smithi016.ulayit (mgr.14184) 856 : 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-02-18T02:41:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:51.865714+0000 mgr.smithi016.ulayit (mgr.14184) 857 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:51.725721+0000 mgr.smithi016.ulayit (mgr.14184) 856 : 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-02-18T02:41:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:51.865714+0000 mgr.smithi016.ulayit (mgr.14184) 857 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:53.695 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:55.126 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:53.726181+0000 mgr.smithi016.ulayit (mgr.14184) 858 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:53.726181+0000 mgr.smithi016.ulayit (mgr.14184) 858 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:41:55.895 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:41:55.895 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:41:56.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:41:56.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:55.726590+0000 mgr.smithi016.ulayit (mgr.14184) 859 : 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-02-18T02:41:57.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:55.726590+0000 mgr.smithi016.ulayit (mgr.14184) 859 : 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-02-18T02:41:57.677 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:41:58.122 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:41:55.898606+0000 mgr.smithi016.ulayit (mgr.14184) 860 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:58.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:41:55.898606+0000 mgr.smithi016.ulayit (mgr.14184) 860 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:41:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:41:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:57.727176+0000 mgr.smithi016.ulayit (mgr.14184) 861 : cluster [DBG] pgmap v596: 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-02-18T02:41:59.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:41:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:57.727176+0000 mgr.smithi016.ulayit (mgr.14184) 861 : cluster [DBG] pgmap v596: 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-02-18T02:42:00.064 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:00.064 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:00.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:00.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:41:59.727567+0000 mgr.smithi016.ulayit (mgr.14184) 862 : 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-02-18T02:42:01.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:41:59.727567+0000 mgr.smithi016.ulayit (mgr.14184) 862 : 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-02-18T02:42:01.706 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:02.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:00.067310+0000 mgr.smithi016.ulayit (mgr.14184) 863 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:02.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:00.067310+0000 mgr.smithi016.ulayit (mgr.14184) 863 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:03.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:01.728078+0000 mgr.smithi016.ulayit (mgr.14184) 864 : 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-02-18T02:42:03.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:01.728078+0000 mgr.smithi016.ulayit (mgr.14184) 864 : 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-02-18T02:42:04.116 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:04.116 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:04.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:05.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:03.728502+0000 mgr.smithi016.ulayit (mgr.14184) 865 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:05.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:03.728502+0000 mgr.smithi016.ulayit (mgr.14184) 865 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:05.881 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:06.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:04.119176+0000 mgr.smithi016.ulayit (mgr.14184) 866 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:06.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:04.119176+0000 mgr.smithi016.ulayit (mgr.14184) 866 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:06.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:05.728941+0000 mgr.smithi016.ulayit (mgr.14184) 867 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:07.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:05.728941+0000 mgr.smithi016.ulayit (mgr.14184) 867 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:08.180 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:08.180 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:09.115 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:07.729469+0000 mgr.smithi016.ulayit (mgr.14184) 868 : cluster [DBG] pgmap v601: 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-02-18T02:42:09.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:09.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:07.729469+0000 mgr.smithi016.ulayit (mgr.14184) 868 : cluster [DBG] pgmap v601: 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-02-18T02:42:10.141 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:10.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:08.183737+0000 mgr.smithi016.ulayit (mgr.14184) 869 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:10.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:08.183737+0000 mgr.smithi016.ulayit (mgr.14184) 869 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:10.893 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:09.730121+0000 mgr.smithi016.ulayit (mgr.14184) 870 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:11.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:09.730121+0000 mgr.smithi016.ulayit (mgr.14184) 870 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:12.534 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:12.535 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:11.730695+0000 mgr.smithi016.ulayit (mgr.14184) 871 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:13.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:11.730695+0000 mgr.smithi016.ulayit (mgr.14184) 871 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:13.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:14.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:12.538376+0000 mgr.smithi016.ulayit (mgr.14184) 872 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:14.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:12.538376+0000 mgr.smithi016.ulayit (mgr.14184) 872 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:14.376 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:15.109 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:13.731176+0000 mgr.smithi016.ulayit (mgr.14184) 873 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:15.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:13.731176+0000 mgr.smithi016.ulayit (mgr.14184) 873 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:16.577 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:16.577 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:15.731665+0000 mgr.smithi016.ulayit (mgr.14184) 874 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:17.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:15.731665+0000 mgr.smithi016.ulayit (mgr.14184) 874 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:17.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:18.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:16.580284+0000 mgr.smithi016.ulayit (mgr.14184) 875 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:18.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:16.580284+0000 mgr.smithi016.ulayit (mgr.14184) 875 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:18.393 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:17.732436+0000 mgr.smithi016.ulayit (mgr.14184) 876 : cluster [DBG] pgmap v606: 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-02-18T02:42:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:17.732436+0000 mgr.smithi016.ulayit (mgr.14184) 876 : cluster [DBG] pgmap v606: 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-02-18T02:42:20.592 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:20.592 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:21.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:19.732982+0000 mgr.smithi016.ulayit (mgr.14184) 877 : 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-02-18T02:42:21.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:19.732982+0000 mgr.smithi016.ulayit (mgr.14184) 877 : 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-02-18T02:42:22.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:20.595682+0000 mgr.smithi016.ulayit (mgr.14184) 878 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:22.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:21.733647+0000 mgr.smithi016.ulayit (mgr.14184) 879 : 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-02-18T02:42:22.248 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:22.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:20.595682+0000 mgr.smithi016.ulayit (mgr.14184) 878 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:22.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:21.733647+0000 mgr.smithi016.ulayit (mgr.14184) 879 : 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-02-18T02:42:24.357 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:24.357 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:25.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:23.734083+0000 mgr.smithi016.ulayit (mgr.14184) 880 : 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-02-18T02:42:25.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:23.734083+0000 mgr.smithi016.ulayit (mgr.14184) 880 : 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-02-18T02:42:26.170 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:26.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:24.360097+0000 mgr.smithi016.ulayit (mgr.14184) 881 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:26.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:24.360097+0000 mgr.smithi016.ulayit (mgr.14184) 881 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:26.918 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:25.734588+0000 mgr.smithi016.ulayit (mgr.14184) 882 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:25.734588+0000 mgr.smithi016.ulayit (mgr.14184) 882 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:28.546 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:28.546 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:28.937 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:27.735323+0000 mgr.smithi016.ulayit (mgr.14184) 883 : cluster [DBG] pgmap v611: 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-02-18T02:42:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:27.735323+0000 mgr.smithi016.ulayit (mgr.14184) 883 : cluster [DBG] pgmap v611: 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-02-18T02:42:29.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:30.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:28.549224+0000 mgr.smithi016.ulayit (mgr.14184) 884 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:30.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:28.549224+0000 mgr.smithi016.ulayit (mgr.14184) 884 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:30.348 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:31.075 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:29.735926+0000 mgr.smithi016.ulayit (mgr.14184) 885 : 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-02-18T02:42:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:29.735926+0000 mgr.smithi016.ulayit (mgr.14184) 885 : 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-02-18T02:42:32.480 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:32.480 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:33.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:31.736530+0000 mgr.smithi016.ulayit (mgr.14184) 886 : 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-02-18T02:42:33.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:31.736530+0000 mgr.smithi016.ulayit (mgr.14184) 886 : 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-02-18T02:42:34.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:32.483718+0000 mgr.smithi016.ulayit (mgr.14184) 887 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:34.267 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:34.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:32.483718+0000 mgr.smithi016.ulayit (mgr.14184) 887 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:35.042 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:33.737251+0000 mgr.smithi016.ulayit (mgr.14184) 888 : 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-02-18T02:42:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:33.737251+0000 mgr.smithi016.ulayit (mgr.14184) 888 : 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-02-18T02:42:36.433 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:36.433 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:37.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:35.737727+0000 mgr.smithi016.ulayit (mgr.14184) 889 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:35.737727+0000 mgr.smithi016.ulayit (mgr.14184) 889 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:37.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:38.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:36.436481+0000 mgr.smithi016.ulayit (mgr.14184) 890 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:38.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:36.436481+0000 mgr.smithi016.ulayit (mgr.14184) 890 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:38.291 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:39.029 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:37.738377+0000 mgr.smithi016.ulayit (mgr.14184) 891 : cluster [DBG] pgmap v616: 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-02-18T02:42:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:37.738377+0000 mgr.smithi016.ulayit (mgr.14184) 891 : cluster [DBG] pgmap v616: 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-02-18T02:42:40.679 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:40.679 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:41.072 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:39.738776+0000 mgr.smithi016.ulayit (mgr.14184) 892 : 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-02-18T02:42:41.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:39.738776+0000 mgr.smithi016.ulayit (mgr.14184) 892 : 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-02-18T02:42:41.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:42.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:40.682557+0000 mgr.smithi016.ulayit (mgr.14184) 893 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:42.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:40.682557+0000 mgr.smithi016.ulayit (mgr.14184) 893 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:42.492 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:43.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:41.739379+0000 mgr.smithi016.ulayit (mgr.14184) 894 : 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-02-18T02:42:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:41.739379+0000 mgr.smithi016.ulayit (mgr.14184) 894 : 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-02-18T02:42:44.872 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:44.873 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:45.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:43.739973+0000 mgr.smithi016.ulayit (mgr.14184) 895 : 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-02-18T02:42:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:43.739973+0000 mgr.smithi016.ulayit (mgr.14184) 895 : 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-02-18T02:42:45.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:46.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:44.876230+0000 mgr.smithi016.ulayit (mgr.14184) 896 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:46.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:44.876230+0000 mgr.smithi016.ulayit (mgr.14184) 896 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:46.543 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:47.094 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:45.740561+0000 mgr.smithi016.ulayit (mgr.14184) 897 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:45.740561+0000 mgr.smithi016.ulayit (mgr.14184) 897 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:48.880 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:48.880 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:49.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:47.741332+0000 mgr.smithi016.ulayit (mgr.14184) 898 : cluster [DBG] pgmap v621: 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-02-18T02:42:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:47.741332+0000 mgr.smithi016.ulayit (mgr.14184) 898 : cluster [DBG] pgmap v621: 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-02-18T02:42:49.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:49.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:48.884259+0000 mgr.smithi016.ulayit (mgr.14184) 899 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:50.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:48.884259+0000 mgr.smithi016.ulayit (mgr.14184) 899 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:50.684 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:51.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:49.741924+0000 mgr.smithi016.ulayit (mgr.14184) 900 : 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-02-18T02:42:51.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:49.741924+0000 mgr.smithi016.ulayit (mgr.14184) 900 : 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-02-18T02:42:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:51.742542+0000 mgr.smithi016.ulayit (mgr.14184) 901 : 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-02-18T02:42:53.077 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:51.742542+0000 mgr.smithi016.ulayit (mgr.14184) 901 : 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-02-18T02:42:53.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:54.954 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:55.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:53.080721+0000 mgr.smithi016.ulayit (mgr.14184) 902 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:55.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:53.743135+0000 mgr.smithi016.ulayit (mgr.14184) 903 : 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-02-18T02:42:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:53.080721+0000 mgr.smithi016.ulayit (mgr.14184) 902 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:53.743135+0000 mgr.smithi016.ulayit (mgr.14184) 903 : 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-02-18T02:42:57.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:55.743740+0000 mgr.smithi016.ulayit (mgr.14184) 904 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:57.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:55.743740+0000 mgr.smithi016.ulayit (mgr.14184) 904 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:42:57.289 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:42:57.289 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:35:17.394746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.eomcpx on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-eomcpx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.eomcpx\nDeploy daemon haproxy.nfs.foo.smithi153.eomcpx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:33:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:34:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.046018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.mmngsy on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-mmngsy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.mmngsy\nDeploy daemon haproxy.nfs.foo.smithi016.mmngsy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:35:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:36:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:37:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:37:48.047266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.effgje on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:42:58.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:42:59.069 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:42:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:57.293287+0000 mgr.smithi016.ulayit (mgr.14184) 905 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:57.744285+0000 mgr.smithi016.ulayit (mgr.14184) 906 : cluster [DBG] pgmap v626: 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-02-18T02:42:59.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:57.935606+0000 mon.smithi016 (mon.0) 718 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.gxhgru"}]: dispatch 2024-02-18T02:42:59.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:57.293287+0000 mgr.smithi016.ulayit (mgr.14184) 905 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:42:59.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:57.744285+0000 mgr.smithi016.ulayit (mgr.14184) 906 : cluster [DBG] pgmap v626: 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-02-18T02:42:59.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:57.935606+0000 mon.smithi016 (mon.0) 718 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.gxhgru"}]: dispatch 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:42:57.935105+0000 mgr.smithi016.ulayit (mgr.14184) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.194 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.195 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:42:57.935277+0000 mgr.smithi016.ulayit (mgr.14184) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:42:57.936271+0000 mgr.smithi016.ulayit (mgr.14184) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.196 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:42:57.937514+0000 mgr.smithi016.ulayit (mgr.14184) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:42:57.938543+0000 mgr.smithi016.ulayit (mgr.14184) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:57.939169+0000 mgr.smithi016.ulayit (mgr.14184) 912 : cluster [DBG] pgmap v627: 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-02-18T02:43:00.197 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:42:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:58.873862+0000 mon.smithi016 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:42:57.935105+0000 mgr.smithi016.ulayit (mgr.14184) 907 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:42:57.935277+0000 mgr.smithi016.ulayit (mgr.14184) 908 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:42:57.936271+0000 mgr.smithi016.ulayit (mgr.14184) 909 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.gxhgru ... 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:41:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:42:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:42:57.937514+0000 mgr.smithi016.ulayit (mgr.14184) 910 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:42:57.938543+0000 mgr.smithi016.ulayit (mgr.14184) 911 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:57.939169+0000 mgr.smithi016.ulayit (mgr.14184) 912 : cluster [DBG] pgmap v627: 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-02-18T02:43:00.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:42:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:58.873862+0000 mon.smithi016 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:43:01.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:42:59.939901+0000 mgr.smithi016.ulayit (mgr.14184) 913 : cluster [DBG] pgmap v628: 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-02-18T02:43:01.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:42:59.974503+0000 mon.smithi016 (mon.0) 720 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:01.347 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:42:59.939901+0000 mgr.smithi016.ulayit (mgr.14184) 913 : cluster [DBG] pgmap v628: 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-02-18T02:43:01.347 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:42:59.974503+0000 mon.smithi016 (mon.0) 720 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:01.386 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:01.386 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:02.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:02.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:01.390215+0000 mgr.smithi016.ulayit (mgr.14184) 914 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:02.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:01.390215+0000 mgr.smithi016.ulayit (mgr.14184) 914 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:03.070 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:03.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:01.940499+0000 mgr.smithi016.ulayit (mgr.14184) 915 : cluster [DBG] pgmap v629: 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-02-18T02:43:03.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:01.940499+0000 mgr.smithi016.ulayit (mgr.14184) 915 : cluster [DBG] pgmap v629: 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-02-18T02:43:05.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:03.941093+0000 mgr.smithi016.ulayit (mgr.14184) 916 : cluster [DBG] pgmap v630: 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-02-18T02:43:05.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:03.941093+0000 mgr.smithi016.ulayit (mgr.14184) 916 : cluster [DBG] pgmap v630: 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-02-18T02:43:05.465 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:05.465 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:06.141 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:05.469092+0000 mgr.smithi016.ulayit (mgr.14184) 917 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:06.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:06.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:05.469092+0000 mgr.smithi016.ulayit (mgr.14184) 917 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:07.165 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:07.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:05.941707+0000 mgr.smithi016.ulayit (mgr.14184) 918 : cluster [DBG] pgmap v631: 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-02-18T02:43:07.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:05.941707+0000 mgr.smithi016.ulayit (mgr.14184) 918 : cluster [DBG] pgmap v631: 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-02-18T02:43:09.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:07.942454+0000 mgr.smithi016.ulayit (mgr.14184) 919 : cluster [DBG] pgmap v632: 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-02-18T02:43:09.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:07.942454+0000 mgr.smithi016.ulayit (mgr.14184) 919 : cluster [DBG] pgmap v632: 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-02-18T02:43:09.513 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:09.513 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:10.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:10.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:09.468289+0000 mon.smithi016 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:10.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:09.516981+0000 mgr.smithi016.ulayit (mgr.14184) 920 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:10.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:09.468289+0000 mon.smithi016 (mon.0) 721 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:10.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:09.516981+0000 mgr.smithi016.ulayit (mgr.14184) 920 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:11.407 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:11.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:09.943030+0000 mgr.smithi016.ulayit (mgr.14184) 921 : 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-02-18T02:43:11.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:09.943030+0000 mgr.smithi016.ulayit (mgr.14184) 921 : 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-02-18T02:43:13.586 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:13.586 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:13.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:11.943582+0000 mgr.smithi016.ulayit (mgr.14184) 922 : 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-02-18T02:43:13.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:11.943582+0000 mgr.smithi016.ulayit (mgr.14184) 922 : 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-02-18T02:43:14.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:14.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:13.589226+0000 mgr.smithi016.ulayit (mgr.14184) 923 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:14.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:13.589226+0000 mgr.smithi016.ulayit (mgr.14184) 923 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:15.370 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:15.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:13.944151+0000 mgr.smithi016.ulayit (mgr.14184) 924 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:15.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:13.944151+0000 mgr.smithi016.ulayit (mgr.14184) 924 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:17.719 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:17.719 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:17.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:15.944706+0000 mgr.smithi016.ulayit (mgr.14184) 925 : 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-02-18T02:43:17.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:15.944706+0000 mgr.smithi016.ulayit (mgr.14184) 925 : 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-02-18T02:43:18.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:18.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:17.722773+0000 mgr.smithi016.ulayit (mgr.14184) 926 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:17.722773+0000 mgr.smithi016.ulayit (mgr.14184) 926 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:19.513 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:19.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:17.945366+0000 mgr.smithi016.ulayit (mgr.14184) 927 : cluster [DBG] pgmap v637: 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-02-18T02:43:19.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:17.945366+0000 mgr.smithi016.ulayit (mgr.14184) 927 : cluster [DBG] pgmap v637: 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-02-18T02:43:21.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:19.945895+0000 mgr.smithi016.ulayit (mgr.14184) 928 : 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-02-18T02:43:21.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:19.945895+0000 mgr.smithi016.ulayit (mgr.14184) 928 : 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-02-18T02:43:21.794 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:21.794 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:22.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:22.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:21.798382+0000 mgr.smithi016.ulayit (mgr.14184) 929 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:21.798382+0000 mgr.smithi016.ulayit (mgr.14184) 929 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:23.559 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:23.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:21.946749+0000 mgr.smithi016.ulayit (mgr.14184) 930 : 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-02-18T02:43:23.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:21.946749+0000 mgr.smithi016.ulayit (mgr.14184) 930 : 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-02-18T02:43:25.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:23.947510+0000 mgr.smithi016.ulayit (mgr.14184) 931 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:25.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:23.947510+0000 mgr.smithi016.ulayit (mgr.14184) 931 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:25.908 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:25.908 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:26.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:27.653 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:27.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:25.911997+0000 mgr.smithi016.ulayit (mgr.14184) 932 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:27.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:25.948049+0000 mgr.smithi016.ulayit (mgr.14184) 933 : 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-02-18T02:43:27.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:25.911997+0000 mgr.smithi016.ulayit (mgr.14184) 932 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:27.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:25.948049+0000 mgr.smithi016.ulayit (mgr.14184) 933 : 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-02-18T02:43:29.588 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:27.948726+0000 mgr.smithi016.ulayit (mgr.14184) 934 : cluster [DBG] pgmap v642: 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-02-18T02:43:29.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:27.948726+0000 mgr.smithi016.ulayit (mgr.14184) 934 : cluster [DBG] pgmap v642: 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-02-18T02:43:30.044 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:30.045 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:30.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:31.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:29.949211+0000 mgr.smithi016.ulayit (mgr.14184) 935 : 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-02-18T02:43:31.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:30.048237+0000 mgr.smithi016.ulayit (mgr.14184) 936 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:31.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:29.949211+0000 mgr.smithi016.ulayit (mgr.14184) 935 : 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-02-18T02:43:31.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:30.048237+0000 mgr.smithi016.ulayit (mgr.14184) 936 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:31.845 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:33.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:31.949848+0000 mgr.smithi016.ulayit (mgr.14184) 937 : 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-02-18T02:43:33.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:31.949848+0000 mgr.smithi016.ulayit (mgr.14184) 937 : 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-02-18T02:43:34.139 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:34.140 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:34.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:35.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:33.950395+0000 mgr.smithi016.ulayit (mgr.14184) 938 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:35.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:34.143352+0000 mgr.smithi016.ulayit (mgr.14184) 939 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:35.896 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:35.931 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:33.950395+0000 mgr.smithi016.ulayit (mgr.14184) 938 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:35.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:34.143352+0000 mgr.smithi016.ulayit (mgr.14184) 939 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:37.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:35.950996+0000 mgr.smithi016.ulayit (mgr.14184) 940 : 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-02-18T02:43:38.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:35.950996+0000 mgr.smithi016.ulayit (mgr.14184) 940 : 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-02-18T02:43:38.197 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:38.198 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:38.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:39.837 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:39.870 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:37.951614+0000 mgr.smithi016.ulayit (mgr.14184) 941 : cluster [DBG] pgmap v647: 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-02-18T02:43:39.870 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:38.201627+0000 mgr.smithi016.ulayit (mgr.14184) 942 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:40.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:37.951614+0000 mgr.smithi016.ulayit (mgr.14184) 941 : cluster [DBG] pgmap v647: 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-02-18T02:43:40.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:38.201627+0000 mgr.smithi016.ulayit (mgr.14184) 942 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:41.801 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:39.952153+0000 mgr.smithi016.ulayit (mgr.14184) 943 : 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-02-18T02:43:42.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:39.952153+0000 mgr.smithi016.ulayit (mgr.14184) 943 : 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-02-18T02:43:42.272 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:42.272 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:42.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:43.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:41.952981+0000 mgr.smithi016.ulayit (mgr.14184) 944 : 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-02-18T02:43:43.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:42.276207+0000 mgr.smithi016.ulayit (mgr.14184) 945 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:43.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:41.952981+0000 mgr.smithi016.ulayit (mgr.14184) 944 : 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-02-18T02:43:43.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:42.276207+0000 mgr.smithi016.ulayit (mgr.14184) 945 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:43.998 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:45.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:43.953564+0000 mgr.smithi016.ulayit (mgr.14184) 946 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:46.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:43.953564+0000 mgr.smithi016.ulayit (mgr.14184) 946 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:46.209 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:46.209 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:46.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:47.930 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:47.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:45.954352+0000 mgr.smithi016.ulayit (mgr.14184) 947 : 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-02-18T02:43:47.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:46.213405+0000 mgr.smithi016.ulayit (mgr.14184) 948 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:48.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:45.954352+0000 mgr.smithi016.ulayit (mgr.14184) 947 : 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-02-18T02:43:48.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:46.213405+0000 mgr.smithi016.ulayit (mgr.14184) 948 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:49.827 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:47.955013+0000 mgr.smithi016.ulayit (mgr.14184) 949 : cluster [DBG] pgmap v652: 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-02-18T02:43:50.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:47.955013+0000 mgr.smithi016.ulayit (mgr.14184) 949 : cluster [DBG] pgmap v652: 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-02-18T02:43:50.295 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:50.295 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:50.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:51.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:49.955524+0000 mgr.smithi016.ulayit (mgr.14184) 950 : 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-02-18T02:43:51.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:50.299292+0000 mgr.smithi016.ulayit (mgr.14184) 951 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:51.964 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:52.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:49.955524+0000 mgr.smithi016.ulayit (mgr.14184) 950 : 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-02-18T02:43:52.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:50.299292+0000 mgr.smithi016.ulayit (mgr.14184) 951 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:53.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:51.956419+0000 mgr.smithi016.ulayit (mgr.14184) 952 : 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-02-18T02:43:53.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:51.956419+0000 mgr.smithi016.ulayit (mgr.14184) 952 : 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-02-18T02:43:54.217 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:54.218 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:54.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:55.897 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:43:55.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:53.956949+0000 mgr.smithi016.ulayit (mgr.14184) 953 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:55.932 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:54.221494+0000 mgr.smithi016.ulayit (mgr.14184) 954 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:56.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:53.956949+0000 mgr.smithi016.ulayit (mgr.14184) 953 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:43:56.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:54.221494+0000 mgr.smithi016.ulayit (mgr.14184) 954 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:57.738 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:55.957547+0000 mgr.smithi016.ulayit (mgr.14184) 955 : 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-02-18T02:43:58.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:55.957547+0000 mgr.smithi016.ulayit (mgr.14184) 955 : 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-02-18T02:43:58.221 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:43:58.221 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:51.199557Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:51.200331Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:51.199717Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:51.199802Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:51.199878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:51.200023Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:37:51.199952Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:43:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:57.941111+0000 mon.smithi016 (mon.0) 722 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:43:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:58.203097+0000 mon.smithi016 (mon.0) 723 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:59.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:43:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:57.941111+0000 mon.smithi016 (mon.0) 722 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:43:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:58.203097+0000 mon.smithi016 (mon.0) 723 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:43:59.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:57.958207+0000 mgr.smithi016.ulayit (mgr.14184) 956 : cluster [DBG] pgmap v657: 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-02-18T02:43:59.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:43:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:43:58.224429+0000 mgr.smithi016.ulayit (mgr.14184) 957 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:43:59.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:57.958207+0000 mgr.smithi016.ulayit (mgr.14184) 956 : cluster [DBG] pgmap v657: 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-02-18T02:43:59.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:43:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:43:58.224429+0000 mgr.smithi016.ulayit (mgr.14184) 957 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:00.023 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:01.889 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:43:59.958697+0000 mgr.smithi016.ulayit (mgr.14184) 958 : 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-02-18T02:44:01.889 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:00.913241+0000 mon.smithi016 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:02.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:43:59.958697+0000 mgr.smithi016.ulayit (mgr.14184) 958 : 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-02-18T02:44:02.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:00.913241+0000 mon.smithi016 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:03.059 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:03.059 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:37:57.338074Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:37:57.338150Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:37:57.338220Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:37:57.338630Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:37:57.337986Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:37:57.337837Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:37:57.338698Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:37:57.338288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:37:57.338356Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:03.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:01.959282+0000 mgr.smithi016.ulayit (mgr.14184) 959 : 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-02-18T02:44:03.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:01.959282+0000 mgr.smithi016.ulayit (mgr.14184) 959 : 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-02-18T02:44:04.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:04.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:03.063260+0000 mgr.smithi016.ulayit (mgr.14184) 960 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:05.026 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:03.063260+0000 mgr.smithi016.ulayit (mgr.14184) 960 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:05.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:03.959801+0000 mgr.smithi016.ulayit (mgr.14184) 961 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:06.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:03.959801+0000 mgr.smithi016.ulayit (mgr.14184) 961 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:07.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:05.960496+0000 mgr.smithi016.ulayit (mgr.14184) 962 : 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-02-18T02:44:07.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:06.099011+0000 mon.smithi016 (mon.0) 725 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:07.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:05.960496+0000 mgr.smithi016.ulayit (mgr.14184) 962 : 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-02-18T02:44:07.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:06.099011+0000 mon.smithi016 (mon.0) 725 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:07.706 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:07.706 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.124489+0000 mon.smithi016 (mon.0) 726 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:44:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.125157+0000 mon.smithi016 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:44:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.129418+0000 mon.smithi016 (mon.0) 728 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:07.129900+0000 mgr.smithi016.ulayit (mgr.14184) 963 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-18T02:44:08.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.133139+0000 mon.smithi016 (mon.0) 729 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:44:08.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.139775+0000 mon.smithi016 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:08.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:44:07.141677+0000 mgr.smithi016.ulayit (mgr.14184) 964 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.rqpfyo on smithi153 2024-02-18T02:44:08.444 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:07.709967+0000 mgr.smithi016.ulayit (mgr.14184) 965 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:08.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:08.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.124489+0000 mon.smithi016 (mon.0) 726 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:44:08.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.125157+0000 mon.smithi016 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:44:08.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.129418+0000 mon.smithi016 (mon.0) 728 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:08.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:07.129900+0000 mgr.smithi016.ulayit (mgr.14184) 963 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-18T02:44:08.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.133139+0000 mon.smithi016 (mon.0) 729 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:44:08.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.139775+0000 mon.smithi016 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:08.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:44:07.141677+0000 mgr.smithi016.ulayit (mgr.14184) 964 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.rqpfyo on smithi153 2024-02-18T02:44:08.530 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:07.709967+0000 mgr.smithi016.ulayit (mgr.14184) 965 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:09.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:08.127614+0000 mon.smithi016 (mon.0) 731 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:44:09.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:08.127638+0000 mon.smithi016 (mon.0) 732 : cluster [INF] Cluster is now healthy 2024-02-18T02:44:09.504 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:09.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:08.127614+0000 mon.smithi016 (mon.0) 731 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:44:09.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:08.127638+0000 mon.smithi016 (mon.0) 732 : cluster [INF] Cluster is now healthy 2024-02-18T02:44:10.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:09.130404+0000 mgr.smithi016.ulayit (mgr.14184) 966 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:10.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:09.469997+0000 mon.smithi016 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:10.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:09.130404+0000 mgr.smithi016.ulayit (mgr.14184) 966 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:10.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:09.469997+0000 mon.smithi016 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:44:11.821 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:11.821 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:12.623 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:11.131037+0000 mgr.smithi016.ulayit (mgr.14184) 967 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:12.624 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:11.825013+0000 mgr.smithi016.ulayit (mgr.14184) 968 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:12.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:12.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:11.131037+0000 mgr.smithi016.ulayit (mgr.14184) 967 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:12.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:11.825013+0000 mgr.smithi016.ulayit (mgr.14184) 968 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:13.644 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:14.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:13.131628+0000 mgr.smithi016.ulayit (mgr.14184) 969 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:14.937 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:13.131628+0000 mgr.smithi016.ulayit (mgr.14184) 969 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:16.025 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:16.025 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:16.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:15.132107+0000 mgr.smithi016.ulayit (mgr.14184) 970 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:16.846 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:15.132107+0000 mgr.smithi016.ulayit (mgr.14184) 970 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-18T02:44:16.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:17.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:16.028642+0000 mgr.smithi016.ulayit (mgr.14184) 971 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:17.873 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:17.907 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:16.028642+0000 mgr.smithi016.ulayit (mgr.14184) 971 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:18.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:17.132698+0000 mgr.smithi016.ulayit (mgr.14184) 972 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-18T02:44:18.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:17.132698+0000 mgr.smithi016.ulayit (mgr.14184) 972 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-18T02:44:20.217 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:20.217 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:20.621 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:19.133204+0000 mgr.smithi016.ulayit (mgr.14184) 973 : 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-02-18T02:44:20.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:19.133204+0000 mgr.smithi016.ulayit (mgr.14184) 973 : 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-02-18T02:44:21.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:21.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:20.221215+0000 mgr.smithi016.ulayit (mgr.14184) 974 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:21.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:20.221215+0000 mgr.smithi016.ulayit (mgr.14184) 974 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:22.054 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:22.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:21.133857+0000 mgr.smithi016.ulayit (mgr.14184) 975 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:22.835 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:21.133857+0000 mgr.smithi016.ulayit (mgr.14184) 975 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:24.412 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:24.412 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:24.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:23.134346+0000 mgr.smithi016.ulayit (mgr.14184) 976 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:24.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:23.134346+0000 mgr.smithi016.ulayit (mgr.14184) 976 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:25.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:25.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:24.415676+0000 mgr.smithi016.ulayit (mgr.14184) 977 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:25.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:24.415676+0000 mgr.smithi016.ulayit (mgr.14184) 977 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:26.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:26.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:25.134773+0000 mgr.smithi016.ulayit (mgr.14184) 978 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:26.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:25.134773+0000 mgr.smithi016.ulayit (mgr.14184) 978 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:28.417 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:28.417 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:28.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:27.135477+0000 mgr.smithi016.ulayit (mgr.14184) 979 : cluster [DBG] pgmap v672: 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-02-18T02:44:28.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:27.135477+0000 mgr.smithi016.ulayit (mgr.14184) 979 : cluster [DBG] pgmap v672: 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-02-18T02:44:29.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:29.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:28.420823+0000 mgr.smithi016.ulayit (mgr.14184) 980 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:29.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:28.420823+0000 mgr.smithi016.ulayit (mgr.14184) 980 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:30.173 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:30.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:29.135996+0000 mgr.smithi016.ulayit (mgr.14184) 981 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:30.926 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:29.135996+0000 mgr.smithi016.ulayit (mgr.14184) 981 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:32.491 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:32.491 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:32.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:31.136491+0000 mgr.smithi016.ulayit (mgr.14184) 982 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:32.848 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:31.136491+0000 mgr.smithi016.ulayit (mgr.14184) 982 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:33.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:33.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:32.495202+0000 mgr.smithi016.ulayit (mgr.14184) 983 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:33.967 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:32.495202+0000 mgr.smithi016.ulayit (mgr.14184) 983 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:34.211 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:34.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:33.137137+0000 mgr.smithi016.ulayit (mgr.14184) 984 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:35.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:33.137137+0000 mgr.smithi016.ulayit (mgr.14184) 984 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:36.652 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:36.652 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:36.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:35.137708+0000 mgr.smithi016.ulayit (mgr.14184) 985 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:37.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:35.137708+0000 mgr.smithi016.ulayit (mgr.14184) 985 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:37.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:37.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:36.656250+0000 mgr.smithi016.ulayit (mgr.14184) 986 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:38.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:36.656250+0000 mgr.smithi016.ulayit (mgr.14184) 986 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:38.428 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:38.874 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:37.138367+0000 mgr.smithi016.ulayit (mgr.14184) 987 : cluster [DBG] pgmap v677: 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-02-18T02:44:39.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:37.138367+0000 mgr.smithi016.ulayit (mgr.14184) 987 : cluster [DBG] pgmap v677: 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-02-18T02:44:40.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:39.138929+0000 mgr.smithi016.ulayit (mgr.14184) 988 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:40.747 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:40.748 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:41.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:39.138929+0000 mgr.smithi016.ulayit (mgr.14184) 988 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:41.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:41.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:40.751825+0000 mgr.smithi016.ulayit (mgr.14184) 989 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:42.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:40.751825+0000 mgr.smithi016.ulayit (mgr.14184) 989 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:42.569 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:42.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:41.139539+0000 mgr.smithi016.ulayit (mgr.14184) 990 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:43.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:41.139539+0000 mgr.smithi016.ulayit (mgr.14184) 990 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:44.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:43.140002+0000 mgr.smithi016.ulayit (mgr.14184) 991 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:44.759 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:44.759 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:45.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:43.140002+0000 mgr.smithi016.ulayit (mgr.14184) 991 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:45.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:45.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:44.763002+0000 mgr.smithi016.ulayit (mgr.14184) 992 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:46.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:44.763002+0000 mgr.smithi016.ulayit (mgr.14184) 992 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:46.517 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:46.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:45.140594+0000 mgr.smithi016.ulayit (mgr.14184) 993 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:47.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:45.140594+0000 mgr.smithi016.ulayit (mgr.14184) 993 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:48.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:47.141180+0000 mgr.smithi016.ulayit (mgr.14184) 994 : cluster [DBG] pgmap v682: 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-02-18T02:44:48.853 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:48.853 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:49.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:47.141180+0000 mgr.smithi016.ulayit (mgr.14184) 994 : cluster [DBG] pgmap v682: 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-02-18T02:44:49.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:49.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:48.854343+0000 mgr.smithi016.ulayit (mgr.14184) 995 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:50.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:48.854343+0000 mgr.smithi016.ulayit (mgr.14184) 995 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:50.633 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:50.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:49.141682+0000 mgr.smithi016.ulayit (mgr.14184) 996 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:51.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:49.141682+0000 mgr.smithi016.ulayit (mgr.14184) 996 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:51.142176+0000 mgr.smithi016.ulayit (mgr.14184) 997 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:52.980 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:52.981 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:53.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:51.142176+0000 mgr.smithi016.ulayit (mgr.14184) 997 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:53.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:54.761 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:54.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:52.984899+0000 mgr.smithi016.ulayit (mgr.14184) 998 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:54.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:53.142623+0000 mgr.smithi016.ulayit (mgr.14184) 999 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:52.984899+0000 mgr.smithi016.ulayit (mgr.14184) 998 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:53.142623+0000 mgr.smithi016.ulayit (mgr.14184) 999 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:56.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:55.143031+0000 mgr.smithi016.ulayit (mgr.14184) 1000 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:57.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:55.143031+0000 mgr.smithi016.ulayit (mgr.14184) 1000 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:44:57.093 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:44:57.093 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:44:57.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:44:58.826 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:44:58.860 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:44:57.097187+0000 mgr.smithi016.ulayit (mgr.14184) 1001 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:58.860 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:44:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:57.143599+0000 mgr.smithi016.ulayit (mgr.14184) 1002 : cluster [DBG] pgmap v687: 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-02-18T02:44:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:44:57.097187+0000 mgr.smithi016.ulayit (mgr.14184) 1001 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:44:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:44:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:57.143599+0000 mgr.smithi016.ulayit (mgr.14184) 1002 : cluster [DBG] pgmap v687: 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-02-18T02:45:00.779 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:44:59.144044+0000 mgr.smithi016.ulayit (mgr.14184) 1003 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:44:59.144044+0000 mgr.smithi016.ulayit (mgr.14184) 1003 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:01.222 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:01.222 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:01.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:01.144478+0000 mgr.smithi016.ulayit (mgr.14184) 1004 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:01.225777+0000 mgr.smithi016.ulayit (mgr.14184) 1005 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:02.969 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:01.144478+0000 mgr.smithi016.ulayit (mgr.14184) 1004 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:01.225777+0000 mgr.smithi016.ulayit (mgr.14184) 1005 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:04.843 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:03.144955+0000 mgr.smithi016.ulayit (mgr.14184) 1006 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:03.144955+0000 mgr.smithi016.ulayit (mgr.14184) 1006 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:05.292 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:05.292 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:06.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:06.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:05.145316+0000 mgr.smithi016.ulayit (mgr.14184) 1007 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:06.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:05.295598+0000 mgr.smithi016.ulayit (mgr.14184) 1008 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:05.145316+0000 mgr.smithi016.ulayit (mgr.14184) 1007 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:05.295598+0000 mgr.smithi016.ulayit (mgr.14184) 1008 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:07.042 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:08.819 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:07.145899+0000 mgr.smithi016.ulayit (mgr.14184) 1009 : cluster [DBG] pgmap v692: 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-02-18T02:45:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:07.145899+0000 mgr.smithi016.ulayit (mgr.14184) 1009 : cluster [DBG] pgmap v692: 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-02-18T02:45:09.210 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:09.211 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:10.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:10.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:09.146334+0000 mgr.smithi016.ulayit (mgr.14184) 1010 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:10.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:09.214713+0000 mgr.smithi016.ulayit (mgr.14184) 1011 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:09.146334+0000 mgr.smithi016.ulayit (mgr.14184) 1010 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:09.214713+0000 mgr.smithi016.ulayit (mgr.14184) 1011 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:11.067 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:12.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:11.146797+0000 mgr.smithi016.ulayit (mgr.14184) 1012 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:11.146797+0000 mgr.smithi016.ulayit (mgr.14184) 1012 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:13.573 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:13.574 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:14.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:14.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:13.147562+0000 mgr.smithi016.ulayit (mgr.14184) 1013 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:14.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:13.576887+0000 mgr.smithi016.ulayit (mgr.14184) 1014 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:13.147562+0000 mgr.smithi016.ulayit (mgr.14184) 1013 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:13.576887+0000 mgr.smithi016.ulayit (mgr.14184) 1014 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:15.337 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:16.931 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:15.147997+0000 mgr.smithi016.ulayit (mgr.14184) 1015 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:15.147997+0000 mgr.smithi016.ulayit (mgr.14184) 1015 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:17.665 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:17.665 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:18.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:17.148768+0000 mgr.smithi016.ulayit (mgr.14184) 1016 : cluster [DBG] pgmap v697: 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-02-18T02:45:18.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:17.668789+0000 mgr.smithi016.ulayit (mgr.14184) 1017 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:17.148768+0000 mgr.smithi016.ulayit (mgr.14184) 1016 : cluster [DBG] pgmap v697: 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-02-18T02:45:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:17.668789+0000 mgr.smithi016.ulayit (mgr.14184) 1017 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:19.665 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:20.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:19.149330+0000 mgr.smithi016.ulayit (mgr.14184) 1018 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:19.149330+0000 mgr.smithi016.ulayit (mgr.14184) 1018 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:21.994 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:21.995 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:22.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:21.149833+0000 mgr.smithi016.ulayit (mgr.14184) 1019 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:23.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:21.149833+0000 mgr.smithi016.ulayit (mgr.14184) 1019 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:23.812 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:23.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:21.998206+0000 mgr.smithi016.ulayit (mgr.14184) 1020 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:23.968 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:21.998206+0000 mgr.smithi016.ulayit (mgr.14184) 1020 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:24.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:23.150715+0000 mgr.smithi016.ulayit (mgr.14184) 1021 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:25.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:23.150715+0000 mgr.smithi016.ulayit (mgr.14184) 1021 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:26.152 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:26.152 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:26.876 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:25.151292+0000 mgr.smithi016.ulayit (mgr.14184) 1022 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:26.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:25.151292+0000 mgr.smithi016.ulayit (mgr.14184) 1022 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:27.902 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:27.936 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:26.155603+0000 mgr.smithi016.ulayit (mgr.14184) 1023 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:28.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:26.155603+0000 mgr.smithi016.ulayit (mgr.14184) 1023 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:28.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:27.151880+0000 mgr.smithi016.ulayit (mgr.14184) 1024 : cluster [DBG] pgmap v702: 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-02-18T02:45:29.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:27.151880+0000 mgr.smithi016.ulayit (mgr.14184) 1024 : cluster [DBG] pgmap v702: 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-02-18T02:45:30.197 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:30.198 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:30.882 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:29.152367+0000 mgr.smithi016.ulayit (mgr.14184) 1025 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:30.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:31.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:29.152367+0000 mgr.smithi016.ulayit (mgr.14184) 1025 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:31.904 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:31.936 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:30.201520+0000 mgr.smithi016.ulayit (mgr.14184) 1026 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:32.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:30.201520+0000 mgr.smithi016.ulayit (mgr.14184) 1026 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:32.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:31.153045+0000 mgr.smithi016.ulayit (mgr.14184) 1027 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:33.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:31.153045+0000 mgr.smithi016.ulayit (mgr.14184) 1027 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:34.207 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:34.208 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:34.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:33.153748+0000 mgr.smithi016.ulayit (mgr.14184) 1028 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:35.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:33.153748+0000 mgr.smithi016.ulayit (mgr.14184) 1028 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:35.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:35.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:34.211558+0000 mgr.smithi016.ulayit (mgr.14184) 1029 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:36.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:34.211558+0000 mgr.smithi016.ulayit (mgr.14184) 1029 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:36.050 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:36.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:35.154221+0000 mgr.smithi016.ulayit (mgr.14184) 1030 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:37.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:35.154221+0000 mgr.smithi016.ulayit (mgr.14184) 1030 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:38.236 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:38.236 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:38.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:37.154824+0000 mgr.smithi016.ulayit (mgr.14184) 1031 : cluster [DBG] pgmap v707: 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-02-18T02:45:39.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:37.154824+0000 mgr.smithi016.ulayit (mgr.14184) 1031 : cluster [DBG] pgmap v707: 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-02-18T02:45:39.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:39.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:38.239864+0000 mgr.smithi016.ulayit (mgr.14184) 1032 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:40.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:38.239864+0000 mgr.smithi016.ulayit (mgr.14184) 1032 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:40.056 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:40.831 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:39.155497+0000 mgr.smithi016.ulayit (mgr.14184) 1033 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:41.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:39.155497+0000 mgr.smithi016.ulayit (mgr.14184) 1033 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:42.349 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:42.349 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:42.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:41.156077+0000 mgr.smithi016.ulayit (mgr.14184) 1034 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:43.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:41.156077+0000 mgr.smithi016.ulayit (mgr.14184) 1034 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:43.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:43.967 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:43 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:42.353154+0000 mgr.smithi016.ulayit (mgr.14184) 1035 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:44.137 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:44.172 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:43 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:42.353154+0000 mgr.smithi016.ulayit (mgr.14184) 1035 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:44.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:43.156857+0000 mgr.smithi016.ulayit (mgr.14184) 1036 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:45.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:43.156857+0000 mgr.smithi016.ulayit (mgr.14184) 1036 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:46.463 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:46.463 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:46.878 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:45.157204+0000 mgr.smithi016.ulayit (mgr.14184) 1037 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:47.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:45.157204+0000 mgr.smithi016.ulayit (mgr.14184) 1037 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:47.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:48.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:47 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:46.466707+0000 mgr.smithi016.ulayit (mgr.14184) 1038 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:48.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:47 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:46.466707+0000 mgr.smithi016.ulayit (mgr.14184) 1038 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:48.252 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:49.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:47.157772+0000 mgr.smithi016.ulayit (mgr.14184) 1039 : cluster [DBG] pgmap v712: 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-02-18T02:45:49.074 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:47.157772+0000 mgr.smithi016.ulayit (mgr.14184) 1039 : cluster [DBG] pgmap v712: 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-02-18T02:45:50.634 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:50.634 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:50.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:49.158250+0000 mgr.smithi016.ulayit (mgr.14184) 1040 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:51.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:49.158250+0000 mgr.smithi016.ulayit (mgr.14184) 1040 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:51.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:52.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:50.637406+0000 mgr.smithi016.ulayit (mgr.14184) 1041 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:52.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:50.637406+0000 mgr.smithi016.ulayit (mgr.14184) 1041 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:52.423 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:52.978 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:51.158680+0000 mgr.smithi016.ulayit (mgr.14184) 1042 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:53.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:51.158680+0000 mgr.smithi016.ulayit (mgr.14184) 1042 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:54.716 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:54.716 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:55.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:53.159152+0000 mgr.smithi016.ulayit (mgr.14184) 1043 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:55.126 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:53.159152+0000 mgr.smithi016.ulayit (mgr.14184) 1043 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:55.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:45:55.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:54.720047+0000 mgr.smithi016.ulayit (mgr.14184) 1044 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:56.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:54.720047+0000 mgr.smithi016.ulayit (mgr.14184) 1044 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:45:56.550 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:45:56.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:55.159494+0000 mgr.smithi016.ulayit (mgr.14184) 1045 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:57.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:55.159494+0000 mgr.smithi016.ulayit (mgr.14184) 1045 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:45:58.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:45:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:57.160140+0000 mgr.smithi016.ulayit (mgr.14184) 1046 : cluster [DBG] pgmap v717: 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-02-18T02:45:59.016 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:45:59.016 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:45:59.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:45:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:57.160140+0000 mgr.smithi016.ulayit (mgr.14184) 1046 : cluster [DBG] pgmap v717: 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-02-18T02:45:59.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:00.833 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:45:59.019937+0000 mgr.smithi016.ulayit (mgr.14184) 1047 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:01.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:45:59.160522+0000 mgr.smithi016.ulayit (mgr.14184) 1048 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:01.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:45:59.019937+0000 mgr.smithi016.ulayit (mgr.14184) 1047 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:01.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:45:59.160522+0000 mgr.smithi016.ulayit (mgr.14184) 1048 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:01.161222+0000 mgr.smithi016.ulayit (mgr.14184) 1049 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:03.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:01.161222+0000 mgr.smithi016.ulayit (mgr.14184) 1049 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:03.163 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:03.163 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:03.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:04.896 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:03.161669+0000 mgr.smithi016.ulayit (mgr.14184) 1050 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:05.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:03.166794+0000 mgr.smithi016.ulayit (mgr.14184) 1051 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:05.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:03.161669+0000 mgr.smithi016.ulayit (mgr.14184) 1050 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:05.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:03.166794+0000 mgr.smithi016.ulayit (mgr.14184) 1051 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:06.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:05.162022+0000 mgr.smithi016.ulayit (mgr.14184) 1052 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:07.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:05.162022+0000 mgr.smithi016.ulayit (mgr.14184) 1052 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:07.104 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:07.104 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:07.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:08.922 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:07.107952+0000 mgr.smithi016.ulayit (mgr.14184) 1053 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:09.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:07.162476+0000 mgr.smithi016.ulayit (mgr.14184) 1054 : cluster [DBG] pgmap v722: 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-02-18T02:46:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:07.107952+0000 mgr.smithi016.ulayit (mgr.14184) 1053 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:09.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:07.162476+0000 mgr.smithi016.ulayit (mgr.14184) 1054 : cluster [DBG] pgmap v722: 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-02-18T02:46:10.937 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:09.162883+0000 mgr.smithi016.ulayit (mgr.14184) 1055 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:11.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:09.162883+0000 mgr.smithi016.ulayit (mgr.14184) 1055 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:11.394 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:11.394 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:12.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:11.163318+0000 mgr.smithi016.ulayit (mgr.14184) 1056 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:13.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:11.398329+0000 mgr.smithi016.ulayit (mgr.14184) 1057 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:11.163318+0000 mgr.smithi016.ulayit (mgr.14184) 1056 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:13.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:11.398329+0000 mgr.smithi016.ulayit (mgr.14184) 1057 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:13.254 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:15.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:13.163907+0000 mgr.smithi016.ulayit (mgr.14184) 1058 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:15.070 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:13.163907+0000 mgr.smithi016.ulayit (mgr.14184) 1058 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:15.550 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:15.551 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:16.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:15.164373+0000 mgr.smithi016.ulayit (mgr.14184) 1059 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:17.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:15.554556+0000 mgr.smithi016.ulayit (mgr.14184) 1060 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:15.164373+0000 mgr.smithi016.ulayit (mgr.14184) 1059 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:15.554556+0000 mgr.smithi016.ulayit (mgr.14184) 1060 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:17.360 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:19.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:17.164886+0000 mgr.smithi016.ulayit (mgr.14184) 1061 : cluster [DBG] pgmap v727: 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-02-18T02:46:19.167 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:17.164886+0000 mgr.smithi016.ulayit (mgr.14184) 1061 : cluster [DBG] pgmap v727: 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-02-18T02:46:19.764 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:19.765 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:20.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:19.165351+0000 mgr.smithi016.ulayit (mgr.14184) 1062 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:21.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:19.768366+0000 mgr.smithi016.ulayit (mgr.14184) 1063 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:21.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:19.165351+0000 mgr.smithi016.ulayit (mgr.14184) 1062 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:21.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:19.768366+0000 mgr.smithi016.ulayit (mgr.14184) 1063 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:21.512 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:22.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:21.165925+0000 mgr.smithi016.ulayit (mgr.14184) 1064 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:23.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:21.165925+0000 mgr.smithi016.ulayit (mgr.14184) 1064 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:23.867 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:23.867 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:24.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:25.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:23.166563+0000 mgr.smithi016.ulayit (mgr.14184) 1065 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:25.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:23.871616+0000 mgr.smithi016.ulayit (mgr.14184) 1066 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:23.166563+0000 mgr.smithi016.ulayit (mgr.14184) 1065 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:25.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:23.871616+0000 mgr.smithi016.ulayit (mgr.14184) 1066 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:25.733 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:27.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:25.167005+0000 mgr.smithi016.ulayit (mgr.14184) 1067 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:27.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:25.167005+0000 mgr.smithi016.ulayit (mgr.14184) 1067 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:28.029 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:28.029 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:28.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:28.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:27.167485+0000 mgr.smithi016.ulayit (mgr.14184) 1068 : cluster [DBG] pgmap v732: 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-02-18T02:46:29.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:27.167485+0000 mgr.smithi016.ulayit (mgr.14184) 1068 : cluster [DBG] pgmap v732: 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-02-18T02:46:29.707 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:30.152 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:28.032662+0000 mgr.smithi016.ulayit (mgr.14184) 1069 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:30.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:28.032662+0000 mgr.smithi016.ulayit (mgr.14184) 1069 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:31.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:29.168014+0000 mgr.smithi016.ulayit (mgr.14184) 1070 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:31.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:29.168014+0000 mgr.smithi016.ulayit (mgr.14184) 1070 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:32.009 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:32.009 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:32.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:33.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:31.168491+0000 mgr.smithi016.ulayit (mgr.14184) 1071 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:33.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:31.168491+0000 mgr.smithi016.ulayit (mgr.14184) 1071 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:33.763 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:34.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:32.013083+0000 mgr.smithi016.ulayit (mgr.14184) 1072 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:34.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:32.013083+0000 mgr.smithi016.ulayit (mgr.14184) 1072 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:35.090 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:33.169222+0000 mgr.smithi016.ulayit (mgr.14184) 1073 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:35.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:33.169222+0000 mgr.smithi016.ulayit (mgr.14184) 1073 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:36.237 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:36.237 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:37:48.048260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vmbfig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:36.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:35.169630+0000 mgr.smithi016.ulayit (mgr.14184) 1074 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:36.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:37.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:35.169630+0000 mgr.smithi016.ulayit (mgr.14184) 1074 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:37.951 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:38.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:36.241232+0000 mgr.smithi016.ulayit (mgr.14184) 1075 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:38.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:36.241232+0000 mgr.smithi016.ulayit (mgr.14184) 1075 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:39.121 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:37.170200+0000 mgr.smithi016.ulayit (mgr.14184) 1076 : cluster [DBG] pgmap v737: 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-02-18T02:46:39.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:37.170200+0000 mgr.smithi016.ulayit (mgr.14184) 1076 : cluster [DBG] pgmap v737: 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-02-18T02:46:40.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:39.818962+0000 mon.smithi016 (mon.0) 734 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.rqpfyo"}]: dispatch 2024-02-18T02:46:40.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:39.818962+0000 mon.smithi016 (mon.0) 734 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.rqpfyo"}]: dispatch 2024-02-18T02:46:40.314 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:40.314 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:40.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:39.170712+0000 mgr.smithi016.ulayit (mgr.14184) 1077 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:46:39.818394+0000 mgr.smithi016.ulayit (mgr.14184) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:46:40.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:40.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:46:39.818573+0000 mgr.smithi016.ulayit (mgr.14184) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:46:39.819771+0000 mgr.smithi016.ulayit (mgr.14184) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.946 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:40.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-02-18T02:46:40.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:40.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:46:39.822245+0000 mgr.smithi016.ulayit (mgr.14184) 1081 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.kpulwa on smithi016 2024-02-18T02:46:41.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:39.170712+0000 mgr.smithi016.ulayit (mgr.14184) 1077 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:46:39.818394+0000 mgr.smithi016.ulayit (mgr.14184) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:46:39.818573+0000 mgr.smithi016.ulayit (mgr.14184) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:46:39.819771+0000 mgr.smithi016.ulayit (mgr.14184) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:46:41.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:46:39.822245+0000 mgr.smithi016.ulayit (mgr.14184) 1081 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi016.kpulwa on smithi016 2024-02-18T02:46:42.003 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:42.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:40.317756+0000 mgr.smithi016.ulayit (mgr.14184) 1082 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:42.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:40.317756+0000 mgr.smithi016.ulayit (mgr.14184) 1082 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:43.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:41.171398+0000 mgr.smithi016.ulayit (mgr.14184) 1083 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:43.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:41.171398+0000 mgr.smithi016.ulayit (mgr.14184) 1083 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:44.422 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:44.423 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:45.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:43.172034+0000 mgr.smithi016.ulayit (mgr.14184) 1084 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:45.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:43.172034+0000 mgr.smithi016.ulayit (mgr.14184) 1084 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:45.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:46.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:44.426338+0000 mgr.smithi016.ulayit (mgr.14184) 1085 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:46.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:44.426338+0000 mgr.smithi016.ulayit (mgr.14184) 1085 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:46.316 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:47.051 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:45.172512+0000 mgr.smithi016.ulayit (mgr.14184) 1086 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:47.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:45.172512+0000 mgr.smithi016.ulayit (mgr.14184) 1086 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:48.590 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:48.590 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:48.891 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:47.173041+0000 mgr.smithi016.ulayit (mgr.14184) 1087 : cluster [DBG] pgmap v742: 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-02-18T02:46:49.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:47.173041+0000 mgr.smithi016.ulayit (mgr.14184) 1087 : cluster [DBG] pgmap v742: 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-02-18T02:46:49.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:50.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:48.594505+0000 mgr.smithi016.ulayit (mgr.14184) 1088 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:50.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:48.594505+0000 mgr.smithi016.ulayit (mgr.14184) 1088 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:50.329 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:51.088 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:49.173478+0000 mgr.smithi016.ulayit (mgr.14184) 1089 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:51.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:49.173478+0000 mgr.smithi016.ulayit (mgr.14184) 1089 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:52.603 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:52.603 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:52.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:51.173991+0000 mgr.smithi016.ulayit (mgr.14184) 1090 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:53.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:51.173991+0000 mgr.smithi016.ulayit (mgr.14184) 1090 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:53.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:54.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:52.607144+0000 mgr.smithi016.ulayit (mgr.14184) 1091 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:54.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:52.607144+0000 mgr.smithi016.ulayit (mgr.14184) 1091 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:54.312 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:55.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:53.174658+0000 mgr.smithi016.ulayit (mgr.14184) 1092 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:55.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:53.174658+0000 mgr.smithi016.ulayit (mgr.14184) 1092 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:56.711 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:46:56.711 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:46:57.097 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:55.175074+0000 mgr.smithi016.ulayit (mgr.14184) 1093 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:57.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:55.175074+0000 mgr.smithi016.ulayit (mgr.14184) 1093 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:46:57.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:46:58.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:46:56.714636+0000 mgr.smithi016.ulayit (mgr.14184) 1094 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:58.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:46:56.714636+0000 mgr.smithi016.ulayit (mgr.14184) 1094 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:46:58.395 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:46:59.129 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:46:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:57.175641+0000 mgr.smithi016.ulayit (mgr.14184) 1095 : cluster [DBG] pgmap v747: 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-02-18T02:46:59.280 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:46:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:57.175641+0000 mgr.smithi016.ulayit (mgr.14184) 1095 : cluster [DBG] pgmap v747: 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-02-18T02:47:00.820 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:00.820 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:01.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:46:59.176153+0000 mgr.smithi016.ulayit (mgr.14184) 1096 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:01.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:46:59.176153+0000 mgr.smithi016.ulayit (mgr.14184) 1096 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:01.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:02.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:00.823987+0000 mgr.smithi016.ulayit (mgr.14184) 1097 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:02.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:00.823987+0000 mgr.smithi016.ulayit (mgr.14184) 1097 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:02.650 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:02.943 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:01.176605+0000 mgr.smithi016.ulayit (mgr.14184) 1098 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:03.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:01.176605+0000 mgr.smithi016.ulayit (mgr.14184) 1098 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:04.967 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:04.967 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:05.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:03.177360+0000 mgr.smithi016.ulayit (mgr.14184) 1099 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:05.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:03.177360+0000 mgr.smithi016.ulayit (mgr.14184) 1099 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:05.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:06.807 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:07.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:04.970726+0000 mgr.smithi016.ulayit (mgr.14184) 1100 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:07.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:05.177788+0000 mgr.smithi016.ulayit (mgr.14184) 1101 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:07.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:04.970726+0000 mgr.smithi016.ulayit (mgr.14184) 1100 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:07.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:05.177788+0000 mgr.smithi016.ulayit (mgr.14184) 1101 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:09.109 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:09.110 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:09.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:07.178309+0000 mgr.smithi016.ulayit (mgr.14184) 1102 : cluster [DBG] pgmap v752: 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-02-18T02:47:09.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:07.178309+0000 mgr.smithi016.ulayit (mgr.14184) 1102 : cluster [DBG] pgmap v752: 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-02-18T02:47:09.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:10.807 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:09.113540+0000 mgr.smithi016.ulayit (mgr.14184) 1103 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:11.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:09.178696+0000 mgr.smithi016.ulayit (mgr.14184) 1104 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:11.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:09.113540+0000 mgr.smithi016.ulayit (mgr.14184) 1103 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:11.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:09.178696+0000 mgr.smithi016.ulayit (mgr.14184) 1104 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:13.160 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:13.160 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:13.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:11.179192+0000 mgr.smithi016.ulayit (mgr.14184) 1105 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:13.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:11.179192+0000 mgr.smithi016.ulayit (mgr.14184) 1105 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:13.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:14.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:15.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:13.163868+0000 mgr.smithi016.ulayit (mgr.14184) 1106 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:15.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:13.179637+0000 mgr.smithi016.ulayit (mgr.14184) 1107 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:15.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:13.163868+0000 mgr.smithi016.ulayit (mgr.14184) 1106 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:15.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:13.179637+0000 mgr.smithi016.ulayit (mgr.14184) 1107 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:15.180191+0000 mgr.smithi016.ulayit (mgr.14184) 1108 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:17.273 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:17.274 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:17.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:15.180191+0000 mgr.smithi016.ulayit (mgr.14184) 1108 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:18.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:19.012 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:17.180651+0000 mgr.smithi016.ulayit (mgr.14184) 1109 : cluster [DBG] pgmap v757: 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-02-18T02:47:19.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:17.277201+0000 mgr.smithi016.ulayit (mgr.14184) 1110 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:17.180651+0000 mgr.smithi016.ulayit (mgr.14184) 1109 : cluster [DBG] pgmap v757: 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-02-18T02:47:19.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:17.277201+0000 mgr.smithi016.ulayit (mgr.14184) 1110 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:21.064 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:19.181111+0000 mgr.smithi016.ulayit (mgr.14184) 1111 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:21.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:19.181111+0000 mgr.smithi016.ulayit (mgr.14184) 1111 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:21.515 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:21.515 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:22.185 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:21.181602+0000 mgr.smithi016.ulayit (mgr.14184) 1112 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:22.186 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:21.518373+0000 mgr.smithi016.ulayit (mgr.14184) 1113 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:22.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:22.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:21.181602+0000 mgr.smithi016.ulayit (mgr.14184) 1112 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:22.279 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:21.518373+0000 mgr.smithi016.ulayit (mgr.14184) 1113 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:23.210 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:24.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:23.182127+0000 mgr.smithi016.ulayit (mgr.14184) 1114 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:24.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:23.182127+0000 mgr.smithi016.ulayit (mgr.14184) 1114 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:25.553 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:25.553 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:26.325 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:25.182711+0000 mgr.smithi016.ulayit (mgr.14184) 1115 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:26.325 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:25.556822+0000 mgr.smithi016.ulayit (mgr.14184) 1116 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:26.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:26.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:25.182711+0000 mgr.smithi016.ulayit (mgr.14184) 1115 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:26.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:25.556822+0000 mgr.smithi016.ulayit (mgr.14184) 1116 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:27.350 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:28.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:27.183238+0000 mgr.smithi016.ulayit (mgr.14184) 1117 : cluster [DBG] pgmap v762: 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-02-18T02:47:28.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:27.183238+0000 mgr.smithi016.ulayit (mgr.14184) 1117 : cluster [DBG] pgmap v762: 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-02-18T02:47:29.655 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:29.656 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:30.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:30.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:29.183830+0000 mgr.smithi016.ulayit (mgr.14184) 1118 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:30.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:29.659861+0000 mgr.smithi016.ulayit (mgr.14184) 1119 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:30.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:29.183830+0000 mgr.smithi016.ulayit (mgr.14184) 1118 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:30.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:29.659861+0000 mgr.smithi016.ulayit (mgr.14184) 1119 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:31.302 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:32.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:31.184373+0000 mgr.smithi016.ulayit (mgr.14184) 1120 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:32.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:31.184373+0000 mgr.smithi016.ulayit (mgr.14184) 1120 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:33.626 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:33.627 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:34.344 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:33.184979+0000 mgr.smithi016.ulayit (mgr.14184) 1121 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:34.344 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:33.630691+0000 mgr.smithi016.ulayit (mgr.14184) 1122 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:34.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:34.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:33.184979+0000 mgr.smithi016.ulayit (mgr.14184) 1121 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:34.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:33.630691+0000 mgr.smithi016.ulayit (mgr.14184) 1122 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:35.366 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:36.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:35.185616+0000 mgr.smithi016.ulayit (mgr.14184) 1123 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:36.596 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:35.185616+0000 mgr.smithi016.ulayit (mgr.14184) 1123 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:37.700 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:37.700 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:38.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:37.186105+0000 mgr.smithi016.ulayit (mgr.14184) 1124 : cluster [DBG] pgmap v767: 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-02-18T02:47:38.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:37.704461+0000 mgr.smithi016.ulayit (mgr.14184) 1125 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:38.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:38.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:37.186105+0000 mgr.smithi016.ulayit (mgr.14184) 1124 : cluster [DBG] pgmap v767: 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-02-18T02:47:38.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:37.704461+0000 mgr.smithi016.ulayit (mgr.14184) 1125 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:39.502 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:40.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:39.186647+0000 mgr.smithi016.ulayit (mgr.14184) 1126 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:40.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:39.186647+0000 mgr.smithi016.ulayit (mgr.14184) 1126 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:41.888 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:41.888 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:42.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:41.187319+0000 mgr.smithi016.ulayit (mgr.14184) 1127 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:42.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:41.891750+0000 mgr.smithi016.ulayit (mgr.14184) 1128 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:42.550 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:41.187319+0000 mgr.smithi016.ulayit (mgr.14184) 1127 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:42.550 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:41.891750+0000 mgr.smithi016.ulayit (mgr.14184) 1128 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:42.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:43.575 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:44.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:43.187963+0000 mgr.smithi016.ulayit (mgr.14184) 1129 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:44.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:43.187963+0000 mgr.smithi016.ulayit (mgr.14184) 1129 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:45.933 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:45.933 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:46.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:45.188505+0000 mgr.smithi016.ulayit (mgr.14184) 1130 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:46.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:45.936756+0000 mgr.smithi016.ulayit (mgr.14184) 1131 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:46.602 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:45.188505+0000 mgr.smithi016.ulayit (mgr.14184) 1130 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:46.602 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:45.936756+0000 mgr.smithi016.ulayit (mgr.14184) 1131 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:46.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:47.625 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:48.352 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:47.189097+0000 mgr.smithi016.ulayit (mgr.14184) 1132 : cluster [DBG] pgmap v772: 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-02-18T02:47:48.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:47.189097+0000 mgr.smithi016.ulayit (mgr.14184) 1132 : cluster [DBG] pgmap v772: 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-02-18T02:47:49.865 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:49.866 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:50.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:49.189574+0000 mgr.smithi016.ulayit (mgr.14184) 1133 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:50.493 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:49.869327+0000 mgr.smithi016.ulayit (mgr.14184) 1134 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:50.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:50.528 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:49.189574+0000 mgr.smithi016.ulayit (mgr.14184) 1133 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:50.529 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:49.869327+0000 mgr.smithi016.ulayit (mgr.14184) 1134 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:51.515 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:52.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:51.190342+0000 mgr.smithi016.ulayit (mgr.14184) 1135 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:52.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:51.190342+0000 mgr.smithi016.ulayit (mgr.14184) 1135 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:53.959 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:53.959 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:54.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:53.191174+0000 mgr.smithi016.ulayit (mgr.14184) 1136 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:54.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:53.191174+0000 mgr.smithi016.ulayit (mgr.14184) 1136 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:54.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:55.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:53.963275+0000 mgr.smithi016.ulayit (mgr.14184) 1137 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:55.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:53.963275+0000 mgr.smithi016.ulayit (mgr.14184) 1137 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:55.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:47:56.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:55.191773+0000 mgr.smithi016.ulayit (mgr.14184) 1138 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:56.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:55.191773+0000 mgr.smithi016.ulayit (mgr.14184) 1138 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:47:58.267 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:47:58.267 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:47:58.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:57.192542+0000 mgr.smithi016.ulayit (mgr.14184) 1139 : cluster [DBG] pgmap v777: 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-02-18T02:47:58.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:57.192542+0000 mgr.smithi016.ulayit (mgr.14184) 1139 : cluster [DBG] pgmap v777: 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-02-18T02:47:58.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:47:59.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:47:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:47:58.271491+0000 mgr.smithi016.ulayit (mgr.14184) 1140 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:59.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:47:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:47:58.271491+0000 mgr.smithi016.ulayit (mgr.14184) 1140 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:47:59.887 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:00.685 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:47:59.193098+0000 mgr.smithi016.ulayit (mgr.14184) 1141 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:47:59.193098+0000 mgr.smithi016.ulayit (mgr.14184) 1141 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:02.272 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:02.273 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:02.563 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:01.193603+0000 mgr.smithi016.ulayit (mgr.14184) 1142 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:02.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:01.193603+0000 mgr.smithi016.ulayit (mgr.14184) 1142 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:02.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:03.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:02.276097+0000 mgr.smithi016.ulayit (mgr.14184) 1143 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:03.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:02.276097+0000 mgr.smithi016.ulayit (mgr.14184) 1143 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:03.962 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:04.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:03.194240+0000 mgr.smithi016.ulayit (mgr.14184) 1144 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:04.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:03.194240+0000 mgr.smithi016.ulayit (mgr.14184) 1144 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:06.282 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:06.282 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:06.661 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:05.194609+0000 mgr.smithi016.ulayit (mgr.14184) 1145 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:06.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:05.194609+0000 mgr.smithi016.ulayit (mgr.14184) 1145 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:07.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:07.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:06.285537+0000 mgr.smithi016.ulayit (mgr.14184) 1146 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:07.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:06.285537+0000 mgr.smithi016.ulayit (mgr.14184) 1146 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:08.018 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:08.591 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:07.195326+0000 mgr.smithi016.ulayit (mgr.14184) 1147 : cluster [DBG] pgmap v782: 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-02-18T02:48:08.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:07.195326+0000 mgr.smithi016.ulayit (mgr.14184) 1147 : cluster [DBG] pgmap v782: 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-02-18T02:48:10.333 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:10.333 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:10.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:09.195813+0000 mgr.smithi016.ulayit (mgr.14184) 1148 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:10.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:09.195813+0000 mgr.smithi016.ulayit (mgr.14184) 1148 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:11.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:11.693 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:10.337013+0000 mgr.smithi016.ulayit (mgr.14184) 1149 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:11.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:10.337013+0000 mgr.smithi016.ulayit (mgr.14184) 1149 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:12.096 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:12.443 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:11.196362+0000 mgr.smithi016.ulayit (mgr.14184) 1150 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:12.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:11.196362+0000 mgr.smithi016.ulayit (mgr.14184) 1150 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:14.377 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:14.378 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:14.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:13.196926+0000 mgr.smithi016.ulayit (mgr.14184) 1151 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:14.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:13.196926+0000 mgr.smithi016.ulayit (mgr.14184) 1151 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:15.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:15.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:14.381879+0000 mgr.smithi016.ulayit (mgr.14184) 1152 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:15.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:14.381879+0000 mgr.smithi016.ulayit (mgr.14184) 1152 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:16.117 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:16.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:15.197505+0000 mgr.smithi016.ulayit (mgr.14184) 1153 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:16.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:15.197505+0000 mgr.smithi016.ulayit (mgr.14184) 1153 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:18.452 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:18.452 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:18.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:17.198003+0000 mgr.smithi016.ulayit (mgr.14184) 1154 : cluster [DBG] pgmap v787: 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-02-18T02:48:18.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:17.198003+0000 mgr.smithi016.ulayit (mgr.14184) 1154 : cluster [DBG] pgmap v787: 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-02-18T02:48:19.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:19.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:19 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:18.456139+0000 mgr.smithi016.ulayit (mgr.14184) 1155 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:19.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:19 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:18.456139+0000 mgr.smithi016.ulayit (mgr.14184) 1155 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:20.145 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:20.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:19.198733+0000 mgr.smithi016.ulayit (mgr.14184) 1156 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:20.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:19.198733+0000 mgr.smithi016.ulayit (mgr.14184) 1156 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:22.530 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:22.531 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:22.904 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:21.199355+0000 mgr.smithi016.ulayit (mgr.14184) 1157 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:23.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:21.199355+0000 mgr.smithi016.ulayit (mgr.14184) 1157 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:23.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:23.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:22.534339+0000 mgr.smithi016.ulayit (mgr.14184) 1158 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:23.967 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:22.534339+0000 mgr.smithi016.ulayit (mgr.14184) 1158 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:24.230 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:24.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:23.200015+0000 mgr.smithi016.ulayit (mgr.14184) 1159 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:25.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:23.200015+0000 mgr.smithi016.ulayit (mgr.14184) 1159 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:26.713 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:26.714 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:26.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:25.200433+0000 mgr.smithi016.ulayit (mgr.14184) 1160 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:25.200433+0000 mgr.smithi016.ulayit (mgr.14184) 1160 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:27.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:27.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:26.717713+0000 mgr.smithi016.ulayit (mgr.14184) 1161 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:28.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:26.717713+0000 mgr.smithi016.ulayit (mgr.14184) 1161 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:28.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:28.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:27.201122+0000 mgr.smithi016.ulayit (mgr.14184) 1162 : cluster [DBG] pgmap v792: 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-02-18T02:48:29.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:27.201122+0000 mgr.smithi016.ulayit (mgr.14184) 1162 : cluster [DBG] pgmap v792: 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-02-18T02:48:30.683 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:30.683 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:30.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:29.201572+0000 mgr.smithi016.ulayit (mgr.14184) 1163 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:31.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:29.201572+0000 mgr.smithi016.ulayit (mgr.14184) 1163 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:31.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:31.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:31 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:30.687276+0000 mgr.smithi016.ulayit (mgr.14184) 1164 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:32.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:31 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:30.687276+0000 mgr.smithi016.ulayit (mgr.14184) 1164 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:32.462 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:32.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:31.202034+0000 mgr.smithi016.ulayit (mgr.14184) 1165 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:33.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:31.202034+0000 mgr.smithi016.ulayit (mgr.14184) 1165 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:34.784 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:34.785 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:34.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:33.202736+0000 mgr.smithi016.ulayit (mgr.14184) 1166 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:35.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:33.202736+0000 mgr.smithi016.ulayit (mgr.14184) 1166 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:35.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:35.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:34.788724+0000 mgr.smithi016.ulayit (mgr.14184) 1167 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:36.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:34.788724+0000 mgr.smithi016.ulayit (mgr.14184) 1167 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:36.610 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:36.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:35.203241+0000 mgr.smithi016.ulayit (mgr.14184) 1168 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:37.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:35.203241+0000 mgr.smithi016.ulayit (mgr.14184) 1168 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:38.692 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:37.203710+0000 mgr.smithi016.ulayit (mgr.14184) 1169 : cluster [DBG] pgmap v797: 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-02-18T02:48:38.897 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:38.897 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:39.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:37.203710+0000 mgr.smithi016.ulayit (mgr.14184) 1169 : cluster [DBG] pgmap v797: 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-02-18T02:48:39.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:39.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:39 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:38.901972+0000 mgr.smithi016.ulayit (mgr.14184) 1170 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:40.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:39 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:38.901972+0000 mgr.smithi016.ulayit (mgr.14184) 1170 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:40.679 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:40.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:39.204142+0000 mgr.smithi016.ulayit (mgr.14184) 1171 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:41.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:39.204142+0000 mgr.smithi016.ulayit (mgr.14184) 1171 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:42.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:41.204560+0000 mgr.smithi016.ulayit (mgr.14184) 1172 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:42.992 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:42.992 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:43.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:41.204560+0000 mgr.smithi016.ulayit (mgr.14184) 1172 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:43.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:44.885 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:44.920 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:42.996915+0000 mgr.smithi016.ulayit (mgr.14184) 1173 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:44.920 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:43.205014+0000 mgr.smithi016.ulayit (mgr.14184) 1174 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:45.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:42.996915+0000 mgr.smithi016.ulayit (mgr.14184) 1173 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:45.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:43.205014+0000 mgr.smithi016.ulayit (mgr.14184) 1174 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:46.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:45.205504+0000 mgr.smithi016.ulayit (mgr.14184) 1175 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:47.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:45.205504+0000 mgr.smithi016.ulayit (mgr.14184) 1175 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:47.215 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:47.216 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:47.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:48.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:47.206078+0000 mgr.smithi016.ulayit (mgr.14184) 1176 : cluster [DBG] pgmap v802: 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-02-18T02:48:48.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:47.220683+0000 mgr.smithi016.ulayit (mgr.14184) 1177 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:48.973 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:49.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:47.206078+0000 mgr.smithi016.ulayit (mgr.14184) 1176 : cluster [DBG] pgmap v802: 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-02-18T02:48:49.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:47.220683+0000 mgr.smithi016.ulayit (mgr.14184) 1177 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:50.880 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:49.206483+0000 mgr.smithi016.ulayit (mgr.14184) 1178 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:51.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:49.206483+0000 mgr.smithi016.ulayit (mgr.14184) 1178 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:51.416 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:51.416 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:52.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:52.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:51.206909+0000 mgr.smithi016.ulayit (mgr.14184) 1179 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:52.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:51.420935+0000 mgr.smithi016.ulayit (mgr.14184) 1180 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:53.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:51.206909+0000 mgr.smithi016.ulayit (mgr.14184) 1179 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:53.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:51.420935+0000 mgr.smithi016.ulayit (mgr.14184) 1180 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:53.168 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:54.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:53.207450+0000 mgr.smithi016.ulayit (mgr.14184) 1181 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:55.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:53.207450+0000 mgr.smithi016.ulayit (mgr.14184) 1181 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:55.507 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:55.508 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:48:56.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:48:56.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:55.207931+0000 mgr.smithi016.ulayit (mgr.14184) 1182 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:56.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:55.512630+0000 mgr.smithi016.ulayit (mgr.14184) 1183 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:57.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:55.207931+0000 mgr.smithi016.ulayit (mgr.14184) 1182 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:48:57.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:55.512630+0000 mgr.smithi016.ulayit (mgr.14184) 1183 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:48:57.308 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:48:58.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:48:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:57.208612+0000 mgr.smithi016.ulayit (mgr.14184) 1184 : cluster [DBG] pgmap v807: 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-02-18T02:48:59.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:48:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:57.208612+0000 mgr.smithi016.ulayit (mgr.14184) 1184 : cluster [DBG] pgmap v807: 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-02-18T02:48:59.776 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:48:59.776 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:00.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:48:59.209106+0000 mgr.smithi016.ulayit (mgr.14184) 1185 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:00.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:48:59.781640+0000 mgr.smithi016.ulayit (mgr.14184) 1186 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:01.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:48:59.209106+0000 mgr.smithi016.ulayit (mgr.14184) 1185 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:01.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:48:59.781640+0000 mgr.smithi016.ulayit (mgr.14184) 1186 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:01.490 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:02.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:01.209641+0000 mgr.smithi016.ulayit (mgr.14184) 1187 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:03.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:01.209641+0000 mgr.smithi016.ulayit (mgr.14184) 1187 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:03.728 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:03.729 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:04.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:04.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:03.210389+0000 mgr.smithi016.ulayit (mgr.14184) 1188 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:04.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:03.733698+0000 mgr.smithi016.ulayit (mgr.14184) 1189 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:05.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:03.210389+0000 mgr.smithi016.ulayit (mgr.14184) 1188 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:05.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:03.733698+0000 mgr.smithi016.ulayit (mgr.14184) 1189 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:05.536 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:07.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:05.210940+0000 mgr.smithi016.ulayit (mgr.14184) 1190 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:07.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:05.210940+0000 mgr.smithi016.ulayit (mgr.14184) 1190 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:08.017 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:08.018 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:08.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:09.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:07.211576+0000 mgr.smithi016.ulayit (mgr.14184) 1191 : cluster [DBG] pgmap v812: 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-02-18T02:49:09.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:07.211576+0000 mgr.smithi016.ulayit (mgr.14184) 1191 : cluster [DBG] pgmap v812: 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-02-18T02:49:09.762 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:10.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:08.022901+0000 mgr.smithi016.ulayit (mgr.14184) 1192 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:10.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:08.022901+0000 mgr.smithi016.ulayit (mgr.14184) 1192 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:10.912 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:09.212263+0000 mgr.smithi016.ulayit (mgr.14184) 1193 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:11.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:09.212263+0000 mgr.smithi016.ulayit (mgr.14184) 1193 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:11.963 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:11.963 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:12.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:12.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:11.212877+0000 mgr.smithi016.ulayit (mgr.14184) 1194 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:13.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:11.212877+0000 mgr.smithi016.ulayit (mgr.14184) 1194 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:13.641 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:13.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:13 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:11.967841+0000 mgr.smithi016.ulayit (mgr.14184) 1195 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:13.966 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:13 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:11.967841+0000 mgr.smithi016.ulayit (mgr.14184) 1195 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:15.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:13.213616+0000 mgr.smithi016.ulayit (mgr.14184) 1196 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:15.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:13.213616+0000 mgr.smithi016.ulayit (mgr.14184) 1196 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:16.030 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:16.030 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:16.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:17.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:15.214171+0000 mgr.smithi016.ulayit (mgr.14184) 1197 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:17.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:15.214171+0000 mgr.smithi016.ulayit (mgr.14184) 1197 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:17.831 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:18.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:17 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:16.034954+0000 mgr.smithi016.ulayit (mgr.14184) 1198 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:18.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:17 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:16.034954+0000 mgr.smithi016.ulayit (mgr.14184) 1198 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:18.942 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:17.214757+0000 mgr.smithi016.ulayit (mgr.14184) 1199 : cluster [DBG] pgmap v817: 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-02-18T02:49:19.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:17.214757+0000 mgr.smithi016.ulayit (mgr.14184) 1199 : cluster [DBG] pgmap v817: 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-02-18T02:49:20.175 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:20.175 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:20.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:19.215269+0000 mgr.smithi016.ulayit (mgr.14184) 1200 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:21.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:19.215269+0000 mgr.smithi016.ulayit (mgr.14184) 1200 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:21.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:22.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:20.179991+0000 mgr.smithi016.ulayit (mgr.14184) 1201 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:22.036 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:22.069 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:20.179991+0000 mgr.smithi016.ulayit (mgr.14184) 1201 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:22.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:21.215697+0000 mgr.smithi016.ulayit (mgr.14184) 1202 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:23.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:21.215697+0000 mgr.smithi016.ulayit (mgr.14184) 1202 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:24.459 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:24.459 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:40:27.578569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oabzgp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-oabzgp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.oabzgp\nDeploy daemon haproxy.nfs.foo.smithi153.oabzgp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:38:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:39:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.936176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.gxhgru on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-gxhgru\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.gxhgru\nDeploy daemon haproxy.nfs.foo.smithi016.gxhgru ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:41:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:41:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:42:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:42:57.937437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.lzfkwd on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:25.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:23.216465+0000 mgr.smithi016.ulayit (mgr.14184) 1203 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:25.149 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:23.216465+0000 mgr.smithi016.ulayit (mgr.14184) 1203 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:25.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:26.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:24.464945+0000 mgr.smithi016.ulayit (mgr.14184) 1204 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:26.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:25.159921+0000 mon.smithi016 (mon.0) 735 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.kpulwa"}]: dispatch 2024-02-18T02:49:26.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:24.464945+0000 mgr.smithi016.ulayit (mgr.14184) 1204 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:26.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:25.159921+0000 mon.smithi016 (mon.0) 735 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi016.kpulwa"}]: dispatch 2024-02-18T02:49:26.301 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:49:25.159322+0000 mgr.smithi016.ulayit (mgr.14184) 1205 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Traceback (most recent call last): 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: yield (conn, connr) 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: code, '\n'.join(err))) 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:49:25.159557+0000 mgr.smithi016.ulayit (mgr.14184) 1206 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:49:25.160543+0000 mgr.smithi016.ulayit (mgr.14184) 1207 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.030 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:49:25.161813+0000 mgr.smithi016.ulayit (mgr.14184) 1208 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:49:25.162880+0000 mgr.smithi016.ulayit (mgr.14184) 1209 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:25.163748+0000 mgr.smithi016.ulayit (mgr.14184) 1210 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:27.031 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:25.753296+0000 mon.smithi016 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:49:27.058 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:49:25.159322+0000 mgr.smithi016.ulayit (mgr.14184) 1205 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.058 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.058 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.058 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.058 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Traceback (most recent call last): 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: yield (conn, connr) 2024-02-18T02:49:27.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: code, '\n'.join(err))) 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.060 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:49:25.159557+0000 mgr.smithi016.ulayit (mgr.14184) 1206 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:49:25.160543+0000 mgr.smithi016.ulayit (mgr.14184) 1207 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:49:27.061 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: 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=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:49:25.161813+0000 mgr.smithi016.ulayit (mgr.14184) 1208 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:49:25.162880+0000 mgr.smithi016.ulayit (mgr.14184) 1209 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:49:27.062 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:25.163748+0000 mgr.smithi016.ulayit (mgr.14184) 1210 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:27.063 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:25.753296+0000 mon.smithi016 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:49:28.559 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:28.559 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:28.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:27.164384+0000 mgr.smithi016.ulayit (mgr.14184) 1211 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-18T02:49:29.029 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:27.164384+0000 mgr.smithi016.ulayit (mgr.14184) 1211 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-18T02:49:29.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:30.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:28.564621+0000 mgr.smithi016.ulayit (mgr.14184) 1212 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:30.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:28.564621+0000 mgr.smithi016.ulayit (mgr.14184) 1212 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:30.428 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:31.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:29.165265+0000 mgr.smithi016.ulayit (mgr.14184) 1213 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:31.028 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:30.098358+0000 mon.smithi016 (mon.0) 737 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:49:31.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:29.165265+0000 mgr.smithi016.ulayit (mgr.14184) 1213 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:31.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:30.098358+0000 mon.smithi016 (mon.0) 737 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:49:32.689 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:32.689 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:33.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:31.165815+0000 mgr.smithi016.ulayit (mgr.14184) 1214 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:33.091 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:31.165815+0000 mgr.smithi016.ulayit (mgr.14184) 1214 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:33.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:34.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:32.694360+0000 mgr.smithi016.ulayit (mgr.14184) 1215 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:34.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:32.694360+0000 mgr.smithi016.ulayit (mgr.14184) 1215 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:34.543 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:34.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:33.166707+0000 mgr.smithi016.ulayit (mgr.14184) 1216 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:35.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:33.166707+0000 mgr.smithi016.ulayit (mgr.14184) 1216 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:36.872 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:36.873 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:37.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:35.167300+0000 mgr.smithi016.ulayit (mgr.14184) 1217 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:37.277 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:35.167300+0000 mgr.smithi016.ulayit (mgr.14184) 1217 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:37.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:37.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:36.878293+0000 mgr.smithi016.ulayit (mgr.14184) 1218 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:38.277 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:36.878293+0000 mgr.smithi016.ulayit (mgr.14184) 1218 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:38.706 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:39.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:37.167938+0000 mgr.smithi016.ulayit (mgr.14184) 1219 : cluster [DBG] pgmap v827: 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-02-18T02:49:39.277 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:37.167938+0000 mgr.smithi016.ulayit (mgr.14184) 1219 : cluster [DBG] pgmap v827: 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-02-18T02:49:40.580 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:39.168508+0000 mgr.smithi016.ulayit (mgr.14184) 1220 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:40.580 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:39.476109+0000 mon.smithi016 (mon.0) 738 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:49:40.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:39.168508+0000 mgr.smithi016.ulayit (mgr.14184) 1220 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:40.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:39.476109+0000 mon.smithi016 (mon.0) 738 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:49:41.022 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:41.022 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:41.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:42.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:41.027768+0000 mgr.smithi016.ulayit (mgr.14184) 1221 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:42.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:41.169094+0000 mgr.smithi016.ulayit (mgr.14184) 1222 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:42.786 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:42.820 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:41.027768+0000 mgr.smithi016.ulayit (mgr.14184) 1221 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:42.820 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:41.169094+0000 mgr.smithi016.ulayit (mgr.14184) 1222 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:44.652 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:43.169879+0000 mgr.smithi016.ulayit (mgr.14184) 1223 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:44.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:43.169879+0000 mgr.smithi016.ulayit (mgr.14184) 1223 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:45.125 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:45.126 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:45.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:46.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:45.131091+0000 mgr.smithi016.ulayit (mgr.14184) 1224 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:46.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:45.170658+0000 mgr.smithi016.ulayit (mgr.14184) 1225 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:46.869 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:46.902 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:45.131091+0000 mgr.smithi016.ulayit (mgr.14184) 1224 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:46.903 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:45.170658+0000 mgr.smithi016.ulayit (mgr.14184) 1225 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:48.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:47.171324+0000 mgr.smithi016.ulayit (mgr.14184) 1226 : cluster [DBG] pgmap v832: 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-02-18T02:49:48.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:47.171324+0000 mgr.smithi016.ulayit (mgr.14184) 1226 : cluster [DBG] pgmap v832: 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-02-18T02:49:49.160 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:49.160 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:49.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:50.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:49.165993+0000 mgr.smithi016.ulayit (mgr.14184) 1227 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:50.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:49.171992+0000 mgr.smithi016.ulayit (mgr.14184) 1228 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:50.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:49.165993+0000 mgr.smithi016.ulayit (mgr.14184) 1227 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:50.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:49.171992+0000 mgr.smithi016.ulayit (mgr.14184) 1228 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:50.941 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:52.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:51.172564+0000 mgr.smithi016.ulayit (mgr.14184) 1229 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:52.798 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:51.172564+0000 mgr.smithi016.ulayit (mgr.14184) 1229 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:53.231 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:53.231 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:54.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:54.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:53.173176+0000 mgr.smithi016.ulayit (mgr.14184) 1230 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:54.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:53.237116+0000 mgr.smithi016.ulayit (mgr.14184) 1231 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:54.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:53.173176+0000 mgr.smithi016.ulayit (mgr.14184) 1230 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:54.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:53.237116+0000 mgr.smithi016.ulayit (mgr.14184) 1231 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:55.009 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:49:56.681 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:55.173727+0000 mgr.smithi016.ulayit (mgr.14184) 1232 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:56.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:55.173727+0000 mgr.smithi016.ulayit (mgr.14184) 1232 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:49:57.177 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:49:57.177 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:49:57.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:49:58.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:57.174554+0000 mgr.smithi016.ulayit (mgr.14184) 1233 : cluster [DBG] pgmap v837: 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-02-18T02:49:58.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:49:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:49:57.183658+0000 mgr.smithi016.ulayit (mgr.14184) 1234 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:58.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:57.174554+0000 mgr.smithi016.ulayit (mgr.14184) 1233 : cluster [DBG] pgmap v837: 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-02-18T02:49:58.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:49:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:49:57.183658+0000 mgr.smithi016.ulayit (mgr.14184) 1234 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:49:58.948 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:49:59.175104+0000 mgr.smithi016.ulayit (mgr.14184) 1235 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000188+0000 mon.smithi016 (mon.0) 739 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000254+0000 mon.smithi016 (mon.0) 740 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000301+0000 mon.smithi016 (mon.0) 741 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000320+0000 mon.smithi016 (mon.0) 742 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000341+0000 mon.smithi016 (mon.0) 743 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000352+0000 mon.smithi016 (mon.0) 744 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:50:00.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000363+0000 mon.smithi016 (mon.0) 745 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000377+0000 mon.smithi016 (mon.0) 746 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000387+0000 mon.smithi016 (mon.0) 747 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000398+0000 mon.smithi016 (mon.0) 748 : cluster [WRN] stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000425+0000 mon.smithi016 (mon.0) 749 : cluster [WRN] stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000434+0000 mon.smithi016 (mon.0) 750 : cluster [WRN] stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000444+0000 mon.smithi016 (mon.0) 751 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000456+0000 mon.smithi016 (mon.0) 752 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000467+0000 mon.smithi016 (mon.0) 753 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000479+0000 mon.smithi016 (mon.0) 754 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000494+0000 mon.smithi016 (mon.0) 755 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000504+0000 mon.smithi016 (mon.0) 756 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000515+0000 mon.smithi016 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:50:00.779 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000525+0000 mon.smithi016 (mon.0) 758 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000535+0000 mon.smithi016 (mon.0) 759 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000546+0000 mon.smithi016 (mon.0) 760 : cluster [WRN] stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000555+0000 mon.smithi016 (mon.0) 761 : cluster [WRN] stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000565+0000 mon.smithi016 (mon.0) 762 : cluster [WRN] stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000581+0000 mon.smithi016 (mon.0) 763 : cluster [WRN] stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000593+0000 mon.smithi016 (mon.0) 764 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000603+0000 mon.smithi016 (mon.0) 765 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:50:00.780 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:00.000613+0000 mon.smithi016 (mon.0) 766 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:50:00.894 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:49:59.175104+0000 mgr.smithi016.ulayit (mgr.14184) 1235 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000188+0000 mon.smithi016 (mon.0) 739 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000254+0000 mon.smithi016 (mon.0) 740 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000301+0000 mon.smithi016 (mon.0) 741 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000320+0000 mon.smithi016 (mon.0) 742 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000341+0000 mon.smithi016 (mon.0) 743 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000352+0000 mon.smithi016 (mon.0) 744 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000363+0000 mon.smithi016 (mon.0) 745 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.rqpfyo ... 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000377+0000 mon.smithi016 (mon.0) 746 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000387+0000 mon.smithi016 (mon.0) 747 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000398+0000 mon.smithi016 (mon.0) 748 : cluster [WRN] stat: stderr time="2024-02-18T02:44:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.895 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000425+0000 mon.smithi016 (mon.0) 749 : cluster [WRN] stat: stderr time="2024-02-18T02:45:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000434+0000 mon.smithi016 (mon.0) 750 : cluster [WRN] stat: stderr time="2024-02-18T02:46:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000444+0000 mon.smithi016 (mon.0) 751 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000456+0000 mon.smithi016 (mon.0) 752 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000467+0000 mon.smithi016 (mon.0) 753 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000479+0000 mon.smithi016 (mon.0) 754 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000494+0000 mon.smithi016 (mon.0) 755 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000504+0000 mon.smithi016 (mon.0) 756 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000515+0000 mon.smithi016 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi016.kpulwa ... 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000525+0000 mon.smithi016 (mon.0) 758 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000535+0000 mon.smithi016 (mon.0) 759 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000546+0000 mon.smithi016 (mon.0) 760 : cluster [WRN] stat: stderr time="2024-02-18T02:47:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.896 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000555+0000 mon.smithi016 (mon.0) 761 : cluster [WRN] stat: stderr time="2024-02-18T02:47:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000565+0000 mon.smithi016 (mon.0) 762 : cluster [WRN] stat: stderr time="2024-02-18T02:48:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T02:50:00.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000581+0000 mon.smithi016 (mon.0) 763 : cluster [WRN] stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T02:50:00.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000593+0000 mon.smithi016 (mon.0) 764 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T02:50:00.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000603+0000 mon.smithi016 (mon.0) 765 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:50:00.897 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:00.000613+0000 mon.smithi016 (mon.0) 766 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-18T02:50:01.359 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:01.359 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:02.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:02.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:01.175630+0000 mgr.smithi016.ulayit (mgr.14184) 1236 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:02.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:01.364970+0000 mgr.smithi016.ulayit (mgr.14184) 1237 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:02.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:01.175630+0000 mgr.smithi016.ulayit (mgr.14184) 1236 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:02.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:01.364970+0000 mgr.smithi016.ulayit (mgr.14184) 1237 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:03.223 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:04.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:03.176675+0000 mgr.smithi016.ulayit (mgr.14184) 1238 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:04.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:03.176675+0000 mgr.smithi016.ulayit (mgr.14184) 1238 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:05.498 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:05.499 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:06.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:06.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:05.177322+0000 mgr.smithi016.ulayit (mgr.14184) 1239 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:06.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:05.504806+0000 mgr.smithi016.ulayit (mgr.14184) 1240 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:06.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:05.177322+0000 mgr.smithi016.ulayit (mgr.14184) 1239 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:06.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:05.504806+0000 mgr.smithi016.ulayit (mgr.14184) 1240 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:07.200 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:08.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:07.178115+0000 mgr.smithi016.ulayit (mgr.14184) 1241 : cluster [DBG] pgmap v842: 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-02-18T02:50:08.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:07.178115+0000 mgr.smithi016.ulayit (mgr.14184) 1241 : cluster [DBG] pgmap v842: 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-02-18T02:50:09.556 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:09.556 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:10.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:10.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:09.178875+0000 mgr.smithi016.ulayit (mgr.14184) 1242 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:10.691 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:09.562174+0000 mgr.smithi016.ulayit (mgr.14184) 1243 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:11.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:09.178875+0000 mgr.smithi016.ulayit (mgr.14184) 1242 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:11.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:09.562174+0000 mgr.smithi016.ulayit (mgr.14184) 1243 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:11.369 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:12.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:11.179709+0000 mgr.smithi016.ulayit (mgr.14184) 1244 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:13.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:11.179709+0000 mgr.smithi016.ulayit (mgr.14184) 1244 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:13.647 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:13.647 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:14.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:14.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:13.180421+0000 mgr.smithi016.ulayit (mgr.14184) 1245 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:14.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:13.653494+0000 mgr.smithi016.ulayit (mgr.14184) 1246 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:15.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:13.180421+0000 mgr.smithi016.ulayit (mgr.14184) 1245 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:15.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:13.653494+0000 mgr.smithi016.ulayit (mgr.14184) 1246 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:15.441 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:16.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:15.181010+0000 mgr.smithi016.ulayit (mgr.14184) 1247 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:17.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:15.181010+0000 mgr.smithi016.ulayit (mgr.14184) 1247 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:17.769 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:17.769 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:18.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:18.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:17.181850+0000 mgr.smithi016.ulayit (mgr.14184) 1248 : cluster [DBG] pgmap v847: 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-02-18T02:50:18.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:17.775551+0000 mgr.smithi016.ulayit (mgr.14184) 1249 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:19.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:17.181850+0000 mgr.smithi016.ulayit (mgr.14184) 1248 : cluster [DBG] pgmap v847: 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-02-18T02:50:19.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:17.775551+0000 mgr.smithi016.ulayit (mgr.14184) 1249 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:19.627 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:20.918 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:19.182472+0000 mgr.smithi016.ulayit (mgr.14184) 1250 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:21.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:19.182472+0000 mgr.smithi016.ulayit (mgr.14184) 1250 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:21.990 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:21.990 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:22.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:21.183170+0000 mgr.smithi016.ulayit (mgr.14184) 1251 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:22.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:23.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:21.183170+0000 mgr.smithi016.ulayit (mgr.14184) 1251 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:23.843 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:23.877 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:23 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:21.996271+0000 mgr.smithi016.ulayit (mgr.14184) 1252 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:23.965 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:23 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:21.996271+0000 mgr.smithi016.ulayit (mgr.14184) 1252 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:24.650 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:23.183937+0000 mgr.smithi016.ulayit (mgr.14184) 1253 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:25.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:23.183937+0000 mgr.smithi016.ulayit (mgr.14184) 1253 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:25.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:25.165982+0000 mon.smithi016 (mon.0) 767 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:50:25.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:25.408268+0000 mon.smithi016 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:26.026 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:25.165982+0000 mon.smithi016 (mon.0) 767 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T02:50:26.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:25.408268+0000 mon.smithi016 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:26.236 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:26.236 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:00.906878Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:00.907593Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:00.907030Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:00.907125Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:00.907197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:00.907331Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:44:00.907265Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:26.826 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:25.184512+0000 mgr.smithi016.ulayit (mgr.14184) 1254 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:26.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:25.184512+0000 mgr.smithi016.ulayit (mgr.14184) 1254 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:27.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:27.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:27 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:26.242513+0000 mgr.smithi016.ulayit (mgr.14184) 1255 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:28.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:27 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:26.242513+0000 mgr.smithi016.ulayit (mgr.14184) 1255 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:28.163 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:28.836 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:27.185294+0000 mgr.smithi016.ulayit (mgr.14184) 1256 : cluster [DBG] pgmap v852: 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-02-18T02:50:28.836 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:28.356056+0000 mon.smithi016 (mon.0) 769 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:29.026 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:27.185294+0000 mgr.smithi016.ulayit (mgr.14184) 1256 : cluster [DBG] pgmap v852: 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-02-18T02:50:29.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:28.356056+0000 mon.smithi016 (mon.0) 769 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:30.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:29.185835+0000 mgr.smithi016.ulayit (mgr.14184) 1257 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:31.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:29.185835+0000 mgr.smithi016.ulayit (mgr.14184) 1257 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:31.407 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:31.408 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:44:06.092597Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:44:06.092669Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:44:06.092736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:44:06.093148Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:44:06.092520Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:44:06.092374Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:44:06.093216Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:44:06.092802Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:44:06.092869Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:32.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:32.929 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:31.186524+0000 mgr.smithi016.ulayit (mgr.14184) 1258 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:32.930 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:31.413841+0000 mgr.smithi016.ulayit (mgr.14184) 1259 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:33.026 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:31.186524+0000 mgr.smithi016.ulayit (mgr.14184) 1258 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:33.027 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:31.413841+0000 mgr.smithi016.ulayit (mgr.14184) 1259 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:33.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:34.553 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:33.187128+0000 mgr.smithi016.ulayit (mgr.14184) 1260 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:34.553 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.403150+0000 mon.smithi016 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.553 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.735320+0000 mon.smithi016 (mon.0) 771 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:50:34.553 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.735984+0000 mon.smithi016 (mon.0) 772 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:50:34.554 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.740086+0000 mon.smithi016 (mon.0) 773 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.554 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:33.740520+0000 mgr.smithi016.ulayit (mgr.14184) 1261 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-18T02:50:34.554 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.743684+0000 mon.smithi016 (mon.0) 774 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:50:34.554 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:33.750333+0000 mon.smithi016 (mon.0) 775 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.554 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cephadm 2024-02-18T02:50:33.752301+0000 mgr.smithi016.ulayit (mgr.14184) 1262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.dtqikj on smithi153 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:33.187128+0000 mgr.smithi016.ulayit (mgr.14184) 1260 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.403150+0000 mon.smithi016 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.735320+0000 mon.smithi016 (mon.0) 771 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.735984+0000 mon.smithi016 (mon.0) 772 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.740086+0000 mon.smithi016 (mon.0) 773 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:33.740520+0000 mgr.smithi016.ulayit (mgr.14184) 1261 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-18T02:50:34.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.743684+0000 mon.smithi016 (mon.0) 774 : audit [DBG] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T02:50:34.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:33.750333+0000 mon.smithi016 (mon.0) 775 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:34.778 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cephadm 2024-02-18T02:50:33.752301+0000 mgr.smithi016.ulayit (mgr.14184) 1262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.dtqikj on smithi153 2024-02-18T02:50:35.309 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:35.309 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:35.644 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:34.738367+0000 mon.smithi016 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:50:35.644 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:35 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:34.738396+0000 mon.smithi016 (mon.0) 777 : cluster [INF] Cluster is now healthy 2024-02-18T02:50:35.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:34.738367+0000 mon.smithi016 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T02:50:35.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:35 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:34.738396+0000 mon.smithi016 (mon.0) 777 : cluster [INF] Cluster is now healthy 2024-02-18T02:50:36.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:36.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:35.315211+0000 mgr.smithi016.ulayit (mgr.14184) 1263 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:36.690 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:35.741178+0000 mgr.smithi016.ulayit (mgr.14184) 1264 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:36.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:35.315211+0000 mgr.smithi016.ulayit (mgr.14184) 1263 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:36.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:35.741178+0000 mgr.smithi016.ulayit (mgr.14184) 1264 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:37.026 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:38.867 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:37.741614+0000 mgr.smithi016.ulayit (mgr.14184) 1265 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:39.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:37.741614+0000 mgr.smithi016.ulayit (mgr.14184) 1265 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:39.366 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:39.366 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:40.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:40.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:39.372836+0000 mgr.smithi016.ulayit (mgr.14184) 1266 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:40.776 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:39.477383+0000 mon.smithi016 (mon.0) 778 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:40.777 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:39.742139+0000 mgr.smithi016.ulayit (mgr.14184) 1267 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:40.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:39.372836+0000 mgr.smithi016.ulayit (mgr.14184) 1266 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:40.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:39.477383+0000 mon.smithi016 (mon.0) 778 : audit [INF] from='mgr.14184 172.21.15.16:0/1535616523' entity='mgr.smithi016.ulayit' 2024-02-18T02:50:40.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:39.742139+0000 mgr.smithi016.ulayit (mgr.14184) 1267 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:41.114 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:43.047 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:41.742573+0000 mgr.smithi016.ulayit (mgr.14184) 1268 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:43.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:41.742573+0000 mgr.smithi016.ulayit (mgr.14184) 1268 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:43.557 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:43.558 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:44.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:45.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:43.564316+0000 mgr.smithi016.ulayit (mgr.14184) 1269 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:45.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:43.742937+0000 mgr.smithi016.ulayit (mgr.14184) 1270 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:45.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:43.564316+0000 mgr.smithi016.ulayit (mgr.14184) 1269 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:45.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:43.742937+0000 mgr.smithi016.ulayit (mgr.14184) 1270 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-18T02:50:45.284 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:46.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:45.743369+0000 mgr.smithi016.ulayit (mgr.14184) 1271 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:47.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:45.743369+0000 mgr.smithi016.ulayit (mgr.14184) 1271 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:47.703 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:47.704 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:48.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:49.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:47.709879+0000 mgr.smithi016.ulayit (mgr.14184) 1272 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:49.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:47.743791+0000 mgr.smithi016.ulayit (mgr.14184) 1273 : cluster [DBG] pgmap v863: 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-02-18T02:50:49.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:47.709879+0000 mgr.smithi016.ulayit (mgr.14184) 1272 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:49.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:47.743791+0000 mgr.smithi016.ulayit (mgr.14184) 1273 : cluster [DBG] pgmap v863: 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-02-18T02:50:49.375 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:50.941 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:49.744168+0000 mgr.smithi016.ulayit (mgr.14184) 1274 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:51.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:49.744168+0000 mgr.smithi016.ulayit (mgr.14184) 1274 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:51.770 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:51.770 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:52.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:53.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:51.744704+0000 mgr.smithi016.ulayit (mgr.14184) 1275 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:53.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:51.776623+0000 mgr.smithi016.ulayit (mgr.14184) 1276 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:53.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:51.744704+0000 mgr.smithi016.ulayit (mgr.14184) 1275 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:53.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:51.776623+0000 mgr.smithi016.ulayit (mgr.14184) 1276 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:53.517 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:55.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:53.745130+0000 mgr.smithi016.ulayit (mgr.14184) 1277 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:55.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:53.745130+0000 mgr.smithi016.ulayit (mgr.14184) 1277 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:56.053 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:50:56.053 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:50:56.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:50:57.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:55.745599+0000 mgr.smithi016.ulayit (mgr.14184) 1278 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:57.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:55.745599+0000 mgr.smithi016.ulayit (mgr.14184) 1278 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:50:57.698 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:50:58.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:57 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:50:56.059096+0000 mgr.smithi016.ulayit (mgr.14184) 1279 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:58.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:57 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:50:56.059096+0000 mgr.smithi016.ulayit (mgr.14184) 1279 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:50:59.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:50:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:57.746146+0000 mgr.smithi016.ulayit (mgr.14184) 1280 : cluster [DBG] pgmap v868: 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-02-18T02:50:59.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:50:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:57.746146+0000 mgr.smithi016.ulayit (mgr.14184) 1280 : cluster [DBG] pgmap v868: 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-02-18T02:51:00.072 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:00.072 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:00.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:01.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:50:59.746507+0000 mgr.smithi016.ulayit (mgr.14184) 1281 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:01.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:50:59.746507+0000 mgr.smithi016.ulayit (mgr.14184) 1281 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:01.813 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:02.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:01 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:00.079127+0000 mgr.smithi016.ulayit (mgr.14184) 1282 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:02.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:01 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:00.079127+0000 mgr.smithi016.ulayit (mgr.14184) 1282 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:03.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:01.747080+0000 mgr.smithi016.ulayit (mgr.14184) 1283 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:03.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:01.747080+0000 mgr.smithi016.ulayit (mgr.14184) 1283 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:04.128 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:04.128 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:04.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:05.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:03.747735+0000 mgr.smithi016.ulayit (mgr.14184) 1284 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:05.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:03.747735+0000 mgr.smithi016.ulayit (mgr.14184) 1284 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:05.801 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:06.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:05 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:04.134945+0000 mgr.smithi016.ulayit (mgr.14184) 1285 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:06.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:05 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:04.134945+0000 mgr.smithi016.ulayit (mgr.14184) 1285 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:07.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:05.748403+0000 mgr.smithi016.ulayit (mgr.14184) 1286 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:07.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:05.748403+0000 mgr.smithi016.ulayit (mgr.14184) 1286 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:07.981 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:07.982 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:08.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:08.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:07.748893+0000 mgr.smithi016.ulayit (mgr.14184) 1287 : cluster [DBG] pgmap v873: 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-02-18T02:51:09.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:07.748893+0000 mgr.smithi016.ulayit (mgr.14184) 1287 : cluster [DBG] pgmap v873: 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-02-18T02:51:09.664 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:10.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:09 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:07.988478+0000 mgr.smithi016.ulayit (mgr.14184) 1288 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:10.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:09 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:07.988478+0000 mgr.smithi016.ulayit (mgr.14184) 1288 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:11.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:09.749278+0000 mgr.smithi016.ulayit (mgr.14184) 1289 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:11.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:09.749278+0000 mgr.smithi016.ulayit (mgr.14184) 1289 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:11.910 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:11.910 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:12.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:12.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:11.749731+0000 mgr.smithi016.ulayit (mgr.14184) 1290 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:12.940 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:11.916682+0000 mgr.smithi016.ulayit (mgr.14184) 1291 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:13.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:11.749731+0000 mgr.smithi016.ulayit (mgr.14184) 1290 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:13.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:11.916682+0000 mgr.smithi016.ulayit (mgr.14184) 1291 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:13.681 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:15.153 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:13.750163+0000 mgr.smithi016.ulayit (mgr.14184) 1292 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:15.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:13.750163+0000 mgr.smithi016.ulayit (mgr.14184) 1292 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:15.897 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:15.897 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:16.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:17.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:15.750563+0000 mgr.smithi016.ulayit (mgr.14184) 1293 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:17.199 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:15.903803+0000 mgr.smithi016.ulayit (mgr.14184) 1294 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:17.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:15.750563+0000 mgr.smithi016.ulayit (mgr.14184) 1293 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:17.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:15.903803+0000 mgr.smithi016.ulayit (mgr.14184) 1294 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:17.774 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:19.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:17.751124+0000 mgr.smithi016.ulayit (mgr.14184) 1295 : cluster [DBG] pgmap v878: 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-02-18T02:51:19.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:17.751124+0000 mgr.smithi016.ulayit (mgr.14184) 1295 : cluster [DBG] pgmap v878: 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-02-18T02:51:20.118 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:20.118 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:20.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:21.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:19.751699+0000 mgr.smithi016.ulayit (mgr.14184) 1296 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:21.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:19.751699+0000 mgr.smithi016.ulayit (mgr.14184) 1296 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:21.813 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:22.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:20.125455+0000 mgr.smithi016.ulayit (mgr.14184) 1297 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:22.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:21 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:20.125455+0000 mgr.smithi016.ulayit (mgr.14184) 1297 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:23.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:21.752280+0000 mgr.smithi016.ulayit (mgr.14184) 1298 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:23.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:21.752280+0000 mgr.smithi016.ulayit (mgr.14184) 1298 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:24.174 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:24.174 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:24.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:25.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:23.752709+0000 mgr.smithi016.ulayit (mgr.14184) 1299 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:25.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:23.752709+0000 mgr.smithi016.ulayit (mgr.14184) 1299 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:25.862 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:26.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:25 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:24.181089+0000 mgr.smithi016.ulayit (mgr.14184) 1300 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:26.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:25 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:24.181089+0000 mgr.smithi016.ulayit (mgr.14184) 1300 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:27.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:25.753394+0000 mgr.smithi016.ulayit (mgr.14184) 1301 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:27.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:25.753394+0000 mgr.smithi016.ulayit (mgr.14184) 1301 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:28.110 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:28.111 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:28.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:29.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:27.753966+0000 mgr.smithi016.ulayit (mgr.14184) 1302 : cluster [DBG] pgmap v883: 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-02-18T02:51:29.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:27.753966+0000 mgr.smithi016.ulayit (mgr.14184) 1302 : cluster [DBG] pgmap v883: 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-02-18T02:51:29.852 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:30.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:29 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:28.117666+0000 mgr.smithi016.ulayit (mgr.14184) 1303 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:30.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:29 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:28.117666+0000 mgr.smithi016.ulayit (mgr.14184) 1303 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:31.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:29.754432+0000 mgr.smithi016.ulayit (mgr.14184) 1304 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:31.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:29.754432+0000 mgr.smithi016.ulayit (mgr.14184) 1304 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:32.061 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:32.062 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:32.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:33.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:31.755006+0000 mgr.smithi016.ulayit (mgr.14184) 1305 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:33.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:31.755006+0000 mgr.smithi016.ulayit (mgr.14184) 1305 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:33.909 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:34.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:33 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:32.068639+0000 mgr.smithi016.ulayit (mgr.14184) 1306 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:34.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:33 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:32.068639+0000 mgr.smithi016.ulayit (mgr.14184) 1306 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:35.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:33.755531+0000 mgr.smithi016.ulayit (mgr.14184) 1307 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:35.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:33.755531+0000 mgr.smithi016.ulayit (mgr.14184) 1307 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:36.169 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:36.170 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:36.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:37.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:35.756031+0000 mgr.smithi016.ulayit (mgr.14184) 1308 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:37.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:35.756031+0000 mgr.smithi016.ulayit (mgr.14184) 1308 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:37.963 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:38.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:37 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:36.176538+0000 mgr.smithi016.ulayit (mgr.14184) 1309 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:38.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:37 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:36.176538+0000 mgr.smithi016.ulayit (mgr.14184) 1309 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:39.132 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:37.756826+0000 mgr.smithi016.ulayit (mgr.14184) 1310 : cluster [DBG] pgmap v888: 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-02-18T02:51:39.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:37.756826+0000 mgr.smithi016.ulayit (mgr.14184) 1310 : cluster [DBG] pgmap v888: 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-02-18T02:51:40.301 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:40.301 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:41.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:41.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:39.757288+0000 mgr.smithi016.ulayit (mgr.14184) 1311 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:41.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:39.757288+0000 mgr.smithi016.ulayit (mgr.14184) 1311 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:42.018 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:42.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:41 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:40.308008+0000 mgr.smithi016.ulayit (mgr.14184) 1312 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:42.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:41 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:40.308008+0000 mgr.smithi016.ulayit (mgr.14184) 1312 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:43.190 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:41.757804+0000 mgr.smithi016.ulayit (mgr.14184) 1313 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:43.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:41.757804+0000 mgr.smithi016.ulayit (mgr.14184) 1313 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:44.315 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:44.315 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:45.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:45.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:43.758335+0000 mgr.smithi016.ulayit (mgr.14184) 1314 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:45.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:43.758335+0000 mgr.smithi016.ulayit (mgr.14184) 1314 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:46.126 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:46.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:45 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:44.322724+0000 mgr.smithi016.ulayit (mgr.14184) 1315 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:46.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:45 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:44.322724+0000 mgr.smithi016.ulayit (mgr.14184) 1315 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:47.219 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:45.759077+0000 mgr.smithi016.ulayit (mgr.14184) 1316 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:47.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:45.759077+0000 mgr.smithi016.ulayit (mgr.14184) 1316 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:48.380 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:48.380 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:49.141 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:47.759654+0000 mgr.smithi016.ulayit (mgr.14184) 1317 : cluster [DBG] pgmap v893: 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-02-18T02:51:49.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:49.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:47.759654+0000 mgr.smithi016.ulayit (mgr.14184) 1317 : cluster [DBG] pgmap v893: 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-02-18T02:51:50.167 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:50.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:49 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:48.385454+0000 mgr.smithi016.ulayit (mgr.14184) 1318 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:50.440 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:49 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:48.385454+0000 mgr.smithi016.ulayit (mgr.14184) 1318 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:51.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:49.760148+0000 mgr.smithi016.ulayit (mgr.14184) 1319 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:51.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:49.760148+0000 mgr.smithi016.ulayit (mgr.14184) 1319 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:52.499 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:52.499 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:53.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:51.760678+0000 mgr.smithi016.ulayit (mgr.14184) 1320 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:53.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:51.760678+0000 mgr.smithi016.ulayit (mgr.14184) 1320 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:53.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:54.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:53 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:52.506615+0000 mgr.smithi016.ulayit (mgr.14184) 1321 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:54.372 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:51:54.408 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:53 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:52.506615+0000 mgr.smithi016.ulayit (mgr.14184) 1321 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:55.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:53.761494+0000 mgr.smithi016.ulayit (mgr.14184) 1322 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:55.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:53.761494+0000 mgr.smithi016.ulayit (mgr.14184) 1322 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:56.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:55.762159+0000 mgr.smithi016.ulayit (mgr.14184) 1323 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:56.354 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:55.762159+0000 mgr.smithi016.ulayit (mgr.14184) 1323 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:51:56.832 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:51:56.833 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:51:57.180 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:51:56.839731+0000 mgr.smithi016.ulayit (mgr.14184) 1324 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:57.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:51:56.839731+0000 mgr.smithi016.ulayit (mgr.14184) 1324 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:51:57.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:51:58.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:51:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:57.762731+0000 mgr.smithi016.ulayit (mgr.14184) 1325 : cluster [DBG] pgmap v898: 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-02-18T02:51:58.439 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:51:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:57.762731+0000 mgr.smithi016.ulayit (mgr.14184) 1325 : cluster [DBG] pgmap v898: 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-02-18T02:51:58.613 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:00.978 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:00.978 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:01.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:51:59.763170+0000 mgr.smithi016.ulayit (mgr.14184) 1326 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:01.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:51:59.763170+0000 mgr.smithi016.ulayit (mgr.14184) 1326 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:01.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:02.828 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:03.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:00.985431+0000 mgr.smithi016.ulayit (mgr.14184) 1327 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:03.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:01.763757+0000 mgr.smithi016.ulayit (mgr.14184) 1328 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:03.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:00.985431+0000 mgr.smithi016.ulayit (mgr.14184) 1327 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:03.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:01.763757+0000 mgr.smithi016.ulayit (mgr.14184) 1328 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:05.044 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:05.045 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:05.068 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:03.764178+0000 mgr.smithi016.ulayit (mgr.14184) 1329 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:05.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:03.764178+0000 mgr.smithi016.ulayit (mgr.14184) 1329 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:05.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:06.770 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:07.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:05.052197+0000 mgr.smithi016.ulayit (mgr.14184) 1330 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:07.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:05.764651+0000 mgr.smithi016.ulayit (mgr.14184) 1331 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:07.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:05.052197+0000 mgr.smithi016.ulayit (mgr.14184) 1330 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:07.276 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:05.764651+0000 mgr.smithi016.ulayit (mgr.14184) 1331 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:09.004 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:09.004 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:09.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:07.765196+0000 mgr.smithi016.ulayit (mgr.14184) 1332 : cluster [DBG] pgmap v903: 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-02-18T02:52:09.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:07.765196+0000 mgr.smithi016.ulayit (mgr.14184) 1332 : cluster [DBG] pgmap v903: 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-02-18T02:52:09.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:10.844 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:11.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:09.012212+0000 mgr.smithi016.ulayit (mgr.14184) 1333 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:11.191 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:09.765749+0000 mgr.smithi016.ulayit (mgr.14184) 1334 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:11.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:09.012212+0000 mgr.smithi016.ulayit (mgr.14184) 1333 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:11.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:09.765749+0000 mgr.smithi016.ulayit (mgr.14184) 1334 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:13.155 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:13.156 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:13.181 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:11.766446+0000 mgr.smithi016.ulayit (mgr.14184) 1335 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:13.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:11.766446+0000 mgr.smithi016.ulayit (mgr.14184) 1335 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:13.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:14.939 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:15.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:13.162534+0000 mgr.smithi016.ulayit (mgr.14184) 1336 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:15.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:13.767076+0000 mgr.smithi016.ulayit (mgr.14184) 1337 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:15.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:13.162534+0000 mgr.smithi016.ulayit (mgr.14184) 1336 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:15.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:13.767076+0000 mgr.smithi016.ulayit (mgr.14184) 1337 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:17.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:15.767529+0000 mgr.smithi016.ulayit (mgr.14184) 1338 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:17.230 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:17.231 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:17.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:15.767529+0000 mgr.smithi016.ulayit (mgr.14184) 1338 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:17.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:18.996 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:19.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:17.238590+0000 mgr.smithi016.ulayit (mgr.14184) 1339 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:19.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:17.768212+0000 mgr.smithi016.ulayit (mgr.14184) 1340 : cluster [DBG] pgmap v908: 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-02-18T02:52:19.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:17.238590+0000 mgr.smithi016.ulayit (mgr.14184) 1339 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:19.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:17.768212+0000 mgr.smithi016.ulayit (mgr.14184) 1340 : cluster [DBG] pgmap v908: 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-02-18T02:52:21.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:19.768572+0000 mgr.smithi016.ulayit (mgr.14184) 1341 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:21.263 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:21.263 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:21.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:19.768572+0000 mgr.smithi016.ulayit (mgr.14184) 1341 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:22.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:23.033 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:23.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:21.271165+0000 mgr.smithi016.ulayit (mgr.14184) 1342 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:23.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:22 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:21.769092+0000 mgr.smithi016.ulayit (mgr.14184) 1343 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:23.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:21.271165+0000 mgr.smithi016.ulayit (mgr.14184) 1342 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:23.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:21.769092+0000 mgr.smithi016.ulayit (mgr.14184) 1343 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:24.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:24 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:23.769494+0000 mgr.smithi016.ulayit (mgr.14184) 1344 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:25.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:24 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:23.769494+0000 mgr.smithi016.ulayit (mgr.14184) 1344 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:25.402 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:25.403 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:26.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:27.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:25.410539+0000 mgr.smithi016.ulayit (mgr.14184) 1345 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:27.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:26 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:25.770191+0000 mgr.smithi016.ulayit (mgr.14184) 1346 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:27.235 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:27.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:25.410539+0000 mgr.smithi016.ulayit (mgr.14184) 1345 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:27.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:26 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:25.770191+0000 mgr.smithi016.ulayit (mgr.14184) 1346 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:29.084 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:28 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:27.770646+0000 mgr.smithi016.ulayit (mgr.14184) 1347 : cluster [DBG] pgmap v913: 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-02-18T02:52:29.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:28 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:27.770646+0000 mgr.smithi016.ulayit (mgr.14184) 1347 : cluster [DBG] pgmap v913: 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-02-18T02:52:29.523 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:29.523 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:30.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:31.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:29.531230+0000 mgr.smithi016.ulayit (mgr.14184) 1348 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:31.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:30 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:29.771140+0000 mgr.smithi016.ulayit (mgr.14184) 1349 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:31.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:29.531230+0000 mgr.smithi016.ulayit (mgr.14184) 1348 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:31.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:30 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:29.771140+0000 mgr.smithi016.ulayit (mgr.14184) 1349 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:31.350 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:33.145 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:32 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:31.771712+0000 mgr.smithi016.ulayit (mgr.14184) 1350 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:33.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:32 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:31.771712+0000 mgr.smithi016.ulayit (mgr.14184) 1350 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:33.553 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:33.553 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:34.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:35.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:33.561498+0000 mgr.smithi016.ulayit (mgr.14184) 1351 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:35.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:34 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:33.772275+0000 mgr.smithi016.ulayit (mgr.14184) 1352 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:35.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:33.561498+0000 mgr.smithi016.ulayit (mgr.14184) 1351 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:35.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:34 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:33.772275+0000 mgr.smithi016.ulayit (mgr.14184) 1352 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:35.320 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:37.125 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:36 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:35.772838+0000 mgr.smithi016.ulayit (mgr.14184) 1353 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:37.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:36 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:35.772838+0000 mgr.smithi016.ulayit (mgr.14184) 1353 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:37.581 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:37.582 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:38.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:39.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:37.589804+0000 mgr.smithi016.ulayit (mgr.14184) 1354 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:39.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:38 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:37.773501+0000 mgr.smithi016.ulayit (mgr.14184) 1355 : cluster [DBG] pgmap v918: 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-02-18T02:52:39.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:37.589804+0000 mgr.smithi016.ulayit (mgr.14184) 1354 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:39.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:38 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:37.773501+0000 mgr.smithi016.ulayit (mgr.14184) 1355 : cluster [DBG] pgmap v918: 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-02-18T02:52:39.399 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:41.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:40 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:39.774094+0000 mgr.smithi016.ulayit (mgr.14184) 1356 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:41.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:40 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:39.774094+0000 mgr.smithi016.ulayit (mgr.14184) 1356 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:41.709 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:41.710 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:42.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:43.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:41.717491+0000 mgr.smithi016.ulayit (mgr.14184) 1357 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:43.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:42 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:41.774550+0000 mgr.smithi016.ulayit (mgr.14184) 1358 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:43.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:41.717491+0000 mgr.smithi016.ulayit (mgr.14184) 1357 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:43.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:42 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:41.774550+0000 mgr.smithi016.ulayit (mgr.14184) 1358 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:43.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:45.178 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:44 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:43.774976+0000 mgr.smithi016.ulayit (mgr.14184) 1359 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:45.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:44 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:43.774976+0000 mgr.smithi016.ulayit (mgr.14184) 1359 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:45.946 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:45.946 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:46.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:47.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:45.775373+0000 mgr.smithi016.ulayit (mgr.14184) 1360 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:47.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:46 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:45.953918+0000 mgr.smithi016.ulayit (mgr.14184) 1361 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:47.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:45.775373+0000 mgr.smithi016.ulayit (mgr.14184) 1360 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:47.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:46 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:45.953918+0000 mgr.smithi016.ulayit (mgr.14184) 1361 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:47.755 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:49.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:48 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:47.775938+0000 mgr.smithi016.ulayit (mgr.14184) 1362 : cluster [DBG] pgmap v923: 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-02-18T02:52:49.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:48 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:47.775938+0000 mgr.smithi016.ulayit (mgr.14184) 1362 : cluster [DBG] pgmap v923: 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-02-18T02:52:50.212 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:50.212 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:50.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:51.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:50 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:49.776414+0000 mgr.smithi016.ulayit (mgr.14184) 1363 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:51.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:50 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:49.776414+0000 mgr.smithi016.ulayit (mgr.14184) 1363 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:51.899 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:52.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:51 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:50.219723+0000 mgr.smithi016.ulayit (mgr.14184) 1364 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:52.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:51 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:50.219723+0000 mgr.smithi016.ulayit (mgr.14184) 1364 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:53.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:52 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:51.777056+0000 mgr.smithi016.ulayit (mgr.14184) 1365 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:53.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:52 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:51.777056+0000 mgr.smithi016.ulayit (mgr.14184) 1365 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:54.221 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:54.221 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:54.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:52:55.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:54 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:53.777485+0000 mgr.smithi016.ulayit (mgr.14184) 1366 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:55.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:54 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:53.777485+0000 mgr.smithi016.ulayit (mgr.14184) 1366 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:55.950 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:52:56.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:55 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:54.229263+0000 mgr.smithi016.ulayit (mgr.14184) 1367 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:56.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:55 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:54.229263+0000 mgr.smithi016.ulayit (mgr.14184) 1367 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:52:57.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:56 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:55.777971+0000 mgr.smithi016.ulayit (mgr.14184) 1368 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:57.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:56 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:55.777971+0000 mgr.smithi016.ulayit (mgr.14184) 1368 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:52:58.411 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:52:58.411 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:52:59.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:58 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:57.778673+0000 mgr.smithi016.ulayit (mgr.14184) 1369 : cluster [DBG] pgmap v928: 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-02-18T02:52:59.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:58 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:57.778673+0000 mgr.smithi016.ulayit (mgr.14184) 1369 : cluster [DBG] pgmap v928: 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-02-18T02:52:59.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:00.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:52:59 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:52:58.419327+0000 mgr.smithi016.ulayit (mgr.14184) 1370 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:00.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:52:59 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:52:58.419327+0000 mgr.smithi016.ulayit (mgr.14184) 1370 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:00.324 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:53:01.025 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:00 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:52:59.779260+0000 mgr.smithi016.ulayit (mgr.14184) 1371 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:01.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:00 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:52:59.779260+0000 mgr.smithi016.ulayit (mgr.14184) 1371 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:02.627 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:53:02.628 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:53:03.189 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:02 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:01.779791+0000 mgr.smithi016.ulayit (mgr.14184) 1372 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:03.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:02 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:01.779791+0000 mgr.smithi016.ulayit (mgr.14184) 1372 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:03.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:04.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:03 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:53:02.634435+0000 mgr.smithi016.ulayit (mgr.14184) 1373 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:04.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:03 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:53:02.634435+0000 mgr.smithi016.ulayit (mgr.14184) 1373 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:04.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:53:05.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:04 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:03.780539+0000 mgr.smithi016.ulayit (mgr.14184) 1374 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:05.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:04 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:03.780539+0000 mgr.smithi016.ulayit (mgr.14184) 1374 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:06.722 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:53:06.722 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:53:07.115 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:06 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:05.781078+0000 mgr.smithi016.ulayit (mgr.14184) 1375 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:07.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:06 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:05.781078+0000 mgr.smithi016.ulayit (mgr.14184) 1375 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:07.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:08.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:07 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:53:06.730658+0000 mgr.smithi016.ulayit (mgr.14184) 1376 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:08.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:07 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:53:06.730658+0000 mgr.smithi016.ulayit (mgr.14184) 1376 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:08.562 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:53:09.238 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:08 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:07.781695+0000 mgr.smithi016.ulayit (mgr.14184) 1377 : cluster [DBG] pgmap v933: 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-02-18T02:53:09.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:08 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:07.781695+0000 mgr.smithi016.ulayit (mgr.14184) 1377 : cluster [DBG] pgmap v933: 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-02-18T02:53:10.716 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:53:10.717 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:53:11.069 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:10 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:09.782180+0000 mgr.smithi016.ulayit (mgr.14184) 1378 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:11.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:10 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:09.782180+0000 mgr.smithi016.ulayit (mgr.14184) 1378 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:11.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:12.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:11 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:53:10.724565+0000 mgr.smithi016.ulayit (mgr.14184) 1379 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:12.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:11 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:53:10.724565+0000 mgr.smithi016.ulayit (mgr.14184) 1379 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:12.459 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:53:13.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:12 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:11.782881+0000 mgr.smithi016.ulayit (mgr.14184) 1380 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:13.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:12 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:11.782881+0000 mgr.smithi016.ulayit (mgr.14184) 1380 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:14.940 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:53:14.941 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:53:15.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:14 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:13.783510+0000 mgr.smithi016.ulayit (mgr.14184) 1381 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:15.317 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:14 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:13.783510+0000 mgr.smithi016.ulayit (mgr.14184) 1381 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:15.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:16.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:15 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:53:14.949199+0000 mgr.smithi016.ulayit (mgr.14184) 1382 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:16.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:15 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:53:14.949199+0000 mgr.smithi016.ulayit (mgr.14184) 1382 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:16.784 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T02:53:17.188 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:16 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:15.783987+0000 mgr.smithi016.ulayit (mgr.14184) 1383 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:17.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:16 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:15.783987+0000 mgr.smithi016.ulayit (mgr.14184) 1383 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:19.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-02-18T02:53:19.189 INFO:teuthology.orchestra.run.smithi016.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T02:22:20.871490Z", "last_refresh": "2024-02-18T02:50:33.395955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T02:22:13.810922Z", "last_refresh": "2024-02-18T02:50:28.348569Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T02:22:18.082618Z", "last_refresh": "2024-02-18T02:50:33.396235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T02:42:57.938467Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yjtyme on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:46:39.819626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rqpfyo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi153-rqpfyo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi153.rqpfyo\nDeploy daemon haproxy.nfs.foo.smithi153.rqpfyo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:44:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:45:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:46:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.160452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi016.kpulwa on smithi016: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy-nfs-foo-smithi016-kpulwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\n/bin/podman: stderr Error: no such container ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-haproxy.nfs.foo.smithi016.kpulwa\nDeploy daemon haproxy.nfs.foo.smithi016.kpulwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T02:47:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:47:54Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T02:48:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi016 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T02:49:25.161734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi016.suatue on smithi016: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-18T02:49:25.162801Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yzjvip on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.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.16/16"}, "status": {"created": "2024-02-18T02:27:26.530808Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.16/16"}}, {"events": ["2024-02-18T02:27:21.487222Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-18T02:27:21.482619Z", "last_refresh": "2024-02-18T02:50:28.349958Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T02:22:12.471706Z", "last_refresh": "2024-02-18T02:50:28.348790Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:23:25.295034Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi016:172.21.15.16=smithi016", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T02:23:25.292790Z", "last_refresh": "2024-02-18T02:50:28.348934Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T02:27:26.529812Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-18T02:27:26.526760Z", "last_refresh": "2024-02-18T02:50:33.396824Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T02:22:19.489475Z", "last_refresh": "2024-02-18T02:50:28.349094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T02:24:05.514341Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T02:24:05.510612Z", "last_refresh": "2024-02-18T02:50:28.349390Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T02:22:15.595454Z", "last_refresh": "2024-02-18T02:50:28.349245Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-18T02:53:19.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:18 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:17.784597+0000 mgr.smithi016.ulayit (mgr.14184) 1384 : cluster [DBG] pgmap v938: 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-02-18T02:53:19.438 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:18 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:17.784597+0000 mgr.smithi016.ulayit (mgr.14184) 1384 : cluster [DBG] pgmap v938: 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-02-18T02:53:19.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-18T02:53:19.957 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T02:53:20.208 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=65eaa198db6f47f9871ca1c89f013b00 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T02:53:20.210 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-18T02:53:20.219 INFO:tasks.vip:Removing 10.0.15.16 (and any VIPs) on smithi016.front.sepia.ceph.com iface ens1f0... 2024-02-18T02:53:20.220 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip addr del 10.0.15.16/16 dev ens1f0 2024-02-18T02:53:20.271 DEBUG:teuthology.orchestra.run.smithi016:> sudo ip addr del 10.0.31.16/16 dev ens1f0 2024-02-18T02:53:20.344 INFO:teuthology.orchestra.run.smithi016.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T02:53:20.345 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T02:53:20.345 INFO:tasks.vip:Removing 10.0.15.153 (and any VIPs) on smithi153.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T02:53:20.346 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.15.153/16 dev enp3s0f1 2024-02-18T02:53:20.384 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.31.16/16 dev enp3s0f1 2024-02-18T02:53:20.454 INFO:teuthology.orchestra.run.smithi153.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T02:53:20.455 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T02:53:20.456 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-18T02:53:20.465 INFO:tasks.cephadm:Teardown begin 2024-02-18T02:53:20.466 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:53:20.499 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:53:20.529 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-18T02:53:20.530 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T02:53:20.560 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T02:53:20.588 INFO:tasks.cephadm:Stopping all daemons... 2024-02-18T02:53:20.677 INFO:tasks.cephadm.mon.smithi016:Stopping mon.smithi016... 2024-02-18T02:53:20.678 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016 2024-02-18T02:53:20.986 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:20 smithi016 systemd[1]: Stopping Ceph mon.smithi016 for 5692c6d8-ce04-11ee-95ba-87774f69a715... 2024-02-18T02:53:20.986 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:20 smithi016 bash[153727]: Error: no container with name or ID "ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon.smithi016" found: no such container 2024-02-18T02:53:21.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: audit 2024-02-18T02:53:19.197323+0000 mgr.smithi016.ulayit (mgr.14184) 1385 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:21.275 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:20 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: cluster 2024-02-18T02:53:19.784967+0000 mgr.smithi016.ulayit (mgr.14184) 1386 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:21.343 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: audit 2024-02-18T02:53:19.197323+0000 mgr.smithi016.ulayit (mgr.14184) 1385 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T02:53:21.343 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:20 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: cluster 2024-02-18T02:53:19.784967+0000 mgr.smithi016.ulayit (mgr.14184) 1386 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-18T02:53:21.343 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:53:21.032+0000 7fe4f41a2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi016 -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-02-18T02:53:21.343 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:21 smithi016 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016[35185]: debug 2024-02-18T02:53:21.032+0000 7fe4f41a2700 -1 mon.smithi016@0(leader) e2 *** Got Signal Terminated *** 2024-02-18T02:53:22.059 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Feb 18 02:53:21 smithi016 bash[153769]: ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi016 2024-02-18T02:53:22.066 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi016.service' 2024-02-18T02:53:22.116 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T02:53:22.116 INFO:tasks.cephadm.mon.smithi016:Stopped mon.smithi016 2024-02-18T02:53:22.116 INFO:tasks.cephadm.mon.smithi153:Stopping mon.smithi153... 2024-02-18T02:53:22.117 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi153 2024-02-18T02:53:22.429 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:22 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 5692c6d8-ce04-11ee-95ba-87774f69a715... 2024-02-18T02:53:22.430 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:22 smithi153 bash[61739]: Error: no container with name or ID "ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon.smithi153" found: no such container 2024-02-18T02:53:22.430 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:53:22.439+0000 7f30467f4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi153 -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-02-18T02:53:22.430 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:22 smithi153 ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153[39085]: debug 2024-02-18T02:53:22.439+0000 7f30467f4700 -1 mon.smithi153@1(peon) e2 *** Got Signal Terminated *** 2024-02-18T02:53:23.274 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Feb 18 02:53:23 smithi153 bash[61778]: ceph-5692c6d8-ce04-11ee-95ba-87774f69a715-mon-smithi153 2024-02-18T02:53:23.346 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5692c6d8-ce04-11ee-95ba-87774f69a715@mon.smithi153.service' 2024-02-18T02:53:23.427 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T02:53:23.427 INFO:tasks.cephadm.mon.smithi153:Stopped mon.smithi153 2024-02-18T02:53:23.428 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T02:54:19.385 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T02:55:03.567 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:55:03.605 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T02:55:03.636 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-18T02:55:03.638 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/ubuntu@smithi016.front.sepia.ceph.com/crash 2024-02-18T02:55:03.639 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash -- . 2024-02-18T02:55:03.685 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T02:55:03.685 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-02-18T02:55:03.687 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2024-02-18T02:55:03.688 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash -- . 2024-02-18T02:55:03.734 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T02:55:03.734 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2024-02-18T02:55:03.735 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-18T02:55:03.735 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-18T02:55:03.768 INFO:teuthology.orchestra.run.smithi016.stdout:2024-02-18T02:32:39.918999+0000 mon.smithi016 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T02:55:03.769 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-18T02:55:03.769 INFO:tasks.cephadm:Compressing logs... 2024-02-18T02:55:03.769 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:55:03.811 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:55:03.837 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T02:55:03.837 INFO:teuthology.orchestra.run.smithi153.stderr:: No such file or directory 2024-02-18T02:55:03.837 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi153.log 2024-02-18T02:55:03.840 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-18T02:55:03.840 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T02:55:03.840 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi153.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-18T02:55:03.840 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi153.zhfdgp.log 2024-02-18T02:55:03.841 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.2.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi153.zhfdgp.log: 82.6% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi153.zhfdgp.log.gz 2024-02-18T02:55:03.841 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T02:55:03.841 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:: No such file or directory 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi016.dcfxzb.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi016.dcfxzb.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T02:55:03.842 INFO:teuthology.orchestra.run.smithi016.stderr: 60.0% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi016.dcfxzb.log.gz 2024-02-18T02:55:03.843 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-18T02:55:03.843 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi016.log 2024-02-18T02:55:03.843 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.3.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi016.log: 95.3% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T02:55:03.843 INFO:teuthology.orchestra.run.smithi016.stderr: 91.5% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T02:55:03.843 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-18T02:55:03.845 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log 2024-02-18T02:55:03.845 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.7.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T02:55:03.845 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-18T02:55:03.845 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log: 95.6% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.0.log: 91.9% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi153.gjgtyf.log 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log 2024-02-18T02:55:03.846 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi153.gjgtyf.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T02:55:03.847 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-18T02:55:03.847 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.5.log: /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.1.log: 90.7% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T02:55:03.847 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.4.log: 90.8% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T02:55:03.850 INFO:teuthology.orchestra.run.smithi153.stderr: 93.4% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi153.gjgtyf.log.gz 2024-02-18T02:55:03.856 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi016.ulayit.log 2024-02-18T02:55:03.858 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi016.ulayit.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T02:55:04.100 INFO:teuthology.orchestra.run.smithi153.stderr: 92.2% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi153.log.gz 2024-02-18T02:55:04.190 INFO:teuthology.orchestra.run.smithi016.stderr: 89.5% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mgr.smithi016.ulayit.log.gz 2024-02-18T02:55:04.297 INFO:teuthology.orchestra.run.smithi153.stderr: 93.1% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-18T02:55:04.320 INFO:teuthology.orchestra.run.smithi016.stderr: 93.1% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-18T02:55:04.329 INFO:teuthology.orchestra.run.smithi016.stderr: 93.0% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-18T02:55:04.331 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-18T02:55:04.523 INFO:teuthology.orchestra.run.smithi153.stderr: 93.1% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-18T02:55:04.523 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-18T02:55:04.525 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-02-18T02:55:04.525 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.698s 2024-02-18T02:55:04.526 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m2.522s 2024-02-18T02:55:04.526 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.101s 2024-02-18T02:55:04.536 INFO:teuthology.orchestra.run.smithi016.stderr: 93.1% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-18T02:55:04.634 INFO:teuthology.orchestra.run.smithi016.stderr: 93.5% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-18T02:55:04.742 INFO:teuthology.orchestra.run.smithi016.stderr: 89.9% -- replaced with /var/log/ceph/5692c6d8-ce04-11ee-95ba-87774f69a715/ceph-mon.smithi016.log.gz 2024-02-18T02:55:04.744 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-02-18T02:55:04.744 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.918s 2024-02-18T02:55:04.744 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m3.619s 2024-02-18T02:55:04.745 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.123s 2024-02-18T02:55:04.745 INFO:tasks.cephadm:Archiving logs... 2024-02-18T02:55:04.745 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/ubuntu@smithi016.front.sepia.ceph.com/log 2024-02-18T02:55:04.746 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T02:55:05.332 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2024-02-18T02:55:05.333 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T02:55:05.740 INFO:tasks.cephadm:Removing cluster... 2024-02-18T02:55:05.741 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 --force 2024-02-18T02:55:06.130 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5692c6d8-ce04-11ee-95ba-87774f69a715 --force 2024-02-18T02:55:06.500 INFO:tasks.cephadm:Removing cephadm ... 2024-02-18T02:55:06.501 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T02:55:06.520 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T02:55:06.538 INFO:tasks.cephadm:Teardown complete 2024-02-18T02:55:06.538 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-18T02:55:06.549 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_1... 2024-02-18T02:55:06.549 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_1 2024-02-18T02:55:06.693 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T02:55:06.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:06.695 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_2... 2024-02-18T02:55:06.695 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_2 2024-02-18T02:55:06.821 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T02:55:06.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:06.823 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_3... 2024-02-18T02:55:06.823 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_3 2024-02-18T02:55:06.942 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T02:55:06.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:06.944 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_4... 2024-02-18T02:55:06.945 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_4 2024-02-18T02:55:07.070 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T02:55:07.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.072 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-02-18T02:55:07.072 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/scratch_devs 2024-02-18T02:55:07.099 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2024-02-18T02:55:07.099 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_1 2024-02-18T02:55:07.230 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T02:55:07.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.232 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2024-02-18T02:55:07.232 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_2 2024-02-18T02:55:07.362 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T02:55:07.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.363 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2024-02-18T02:55:07.364 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_3 2024-02-18T02:55:07.486 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T02:55:07.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.488 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2024-02-18T02:55:07.488 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_4 2024-02-18T02:55:07.610 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T02:55:07.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.612 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-02-18T02:55:07.612 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2024-02-18T02:55:07.638 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-18T02:55:07.648 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-18T02:55:07.649 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T02:55:07.651 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T02:55:07.669 INFO:teuthology.orchestra.run.smithi016.stderr:bash: ntpq: command not found 2024-02-18T02:55:07.673 INFO:teuthology.orchestra.run.smithi016.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:55:07.674 INFO:teuthology.orchestra.run.smithi016.stdout:=============================================================================== 2024-02-18T02:55:07.674 INFO:teuthology.orchestra.run.smithi016.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 63 +1555us[+1555us] +/- 95ms 2024-02-18T02:55:07.674 INFO:teuthology.orchestra.run.smithi016.stdout:^* hv02.front.sepia.ceph.com 3 8 377 195 -659us[ -682us] +/- 57ms 2024-02-18T02:55:07.674 INFO:teuthology.orchestra.run.smithi016.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 194 -495us[ -495us] +/- 88ms 2024-02-18T02:55:07.674 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:55:07.695 INFO:teuthology.orchestra.run.smithi153.stderr:bash: ntpq: command not found 2024-02-18T02:55:07.698 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T02:55:07.699 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-02-18T02:55:07.699 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 62 +1593us[+1593us] +/- 95ms 2024-02-18T02:55:07.699 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -691us[ -691us] +/- 59ms 2024-02-18T02:55:07.699 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -500us[ -500us] +/- 90ms 2024-02-18T02:55:07.699 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T02:55:07.700 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-18T02:55:07.710 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-18T02:55:07.711 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-18T02:55:07.732 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:55:07.809 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:55:07.867 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:55:07.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.901 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:55:07.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:07.932 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-18T02:55:07.945 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-18T02:55:07.966 INFO:teuthology.task.internal:Duration was 2431.911500 seconds 2024-02-18T02:55:07.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-18T02:55:08.001 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-18T02:55:08.001 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T02:55:08.003 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T02:55:08.048 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:55:08.050 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T02:55:08.451 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-18T02:55:08.452 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-02-18T02:55:08.452 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:55:08.477 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-02-18T02:55:08.478 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:55:08.500 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-18T02:55:08.501 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T02:55:08.520 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T02:55:08.597 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-18T02:55:08.597 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T02:55:08.600 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T02:55:08.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-18T02:55:08.769 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-18T02:55:08.770 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T02:55:08.797 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T02:55:08.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-18T02:55:08.836 DEBUG:teuthology.orchestra.run.smithi016:> 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-02-18T02:55:08.840 DEBUG:teuthology.orchestra.run.smithi153:> 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-02-18T02:55:08.864 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-02-18T02:55:08.892 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-02-18T02:55:08.919 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:55:08.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:08.938 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T02:55:08.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T02:55:08.976 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-18T02:55:08.989 INFO:teuthology.task.internal:Transferring archived files... 2024-02-18T02:55:08.989 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/smithi016 2024-02-18T02:55:08.990 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T02:55:09.039 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167/remote/smithi153 2024-02-18T02:55:09.040 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T02:55:09.087 INFO:teuthology.task.internal:Removing archive directory... 2024-02-18T02:55:09.088 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T02:55:09.090 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T02:55:09.139 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-18T02:55:09.152 INFO:teuthology.task.internal:Not uploading archives. 2024-02-18T02:55:09.152 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-18T02:55:09.176 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-18T02:55:09.177 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T02:55:09.179 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T02:55:09.195 INFO:teuthology.orchestra.run.smithi016.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 02:55 /home/ubuntu/cephtest 2024-02-18T02:55:09.197 INFO:teuthology.orchestra.run.smithi153.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 02:55 /home/ubuntu/cephtest 2024-02-18T02:55:09.198 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-18T02:55:09.210 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-18T02:55:09.276 INFO:teuthology.nuke:Checking targets against current locks 2024-02-18T02:55:09.304 DEBUG:teuthology.nuke:shortname: smithi016 2024-02-18T02:55:09.305 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T02:55:09.329 DEBUG:teuthology.nuke:shortname: smithi153 2024-02-18T02:55:09.329 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T02:55:09.333 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167', '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-02-18 02:05:44.043907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVybz6fzKGClR+aKJgFj+6JJ6D0Ocu7zu8qCDl4Bd1OmwnqZ36KT9li0GdV27XyvYhUQcgYazFPCHM4GWIaNZQ='} 2024-02-18T02:55:09.353 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565167', '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-02-18 02:05:44.041958', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPg8tIlMs1tB58uYYX9mcrmvgcweVSnfv02u6A6tgTMYKtWa1uzMcXPvObmnZVPITvl4TQUkemXWY+m0Dilb7/Y='} 2024-02-18T02:55:09.387 INFO:teuthology.orchestra.console.smithi016:Power off 2024-02-18T02:55:09.387 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T02:55:09.412 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2024-02-18T02:55:09.413 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:09.428 INFO:teuthology.orchestra.console.smithi153:Power off 2024-02-18T02:55:09.428 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T02:55:09.438 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-02-18T02:55:09.451 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2024-02-18T02:55:09.452 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:09.477 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-02-18T02:55:13.440 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:13.478 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:13.551 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-02-18T02:55:13.589 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-02-18T02:55:17.556 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:17.589 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:17.667 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2024-02-18T02:55:17.699 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-02-18T02:55:17.768 INFO:teuthology.orchestra.console.smithi016:Power off completed 2024-02-18T02:55:21.701 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T02:55:21.811 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2024-02-18T02:55:21.912 INFO:teuthology.orchestra.console.smithi153:Power off completed 2024-02-18T02:55:22.016 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: 2431.911499977112 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=65eaa198db6f47f9871ca1c89f013b00 status: fail success: false 2024-02-18T02:55:22.016 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T02:55:22.100 INFO:teuthology.run:FAIL